All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.numeralasia.payment.model.midtrans.CreditCard Maven / Gradle / Ivy

Go to download

Payment-Model Model Class for representating an object for payment through midtrans, this is used for accessing model api if you use Numeral Asia payment service

There is a newer version: 1.0.49
Show newest version
package com.numeralasia.payment.model.midtrans;

import lombok.Data;

@Data
public class CreditCard {
    boolean secure = true ;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy