
com.global.api.entities.Terms 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
The newest version!
package com.global.api.entities;
import lombok.Getter;
import lombok.Setter;
import java.util.List;
@Getter
@Setter
public class Terms {
/**
* Represents the reference to the installment option being offered.
* This field is applicable only if the installment.getProgram() is SIP.
*/
private String id;
/**
* Indicates if installment.term.time_unit_number is days, months or years
*/
private String timeUnit;
/**
* Indicates the total number of payments to be made over the course of the installment payment plan.
*/
private List timeUnitNumbers;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy