com.global.api.entities.propay.OrderDevice Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of globalpayments-sdk Show documentation
Show all versions of globalpayments-sdk Show documentation
API for processing payments through Global Payments
package com.global.api.entities.propay;
import lombok.Getter;
import lombok.Setter;
@Setter @Getter
public class OrderDevice {
public String accountNum;
public String shipTo;
public String shipToContact;
public String shipToAddress;
public String shipToAddress2;
public String shipToCity;
public String shipToState;
public String shipToZip;
public String shipToPhone;
public String cardholderName;
public String ccNum;
public String expDate;
public String cvv2;
public String billingZip;
public String name;
public String quantity;
}