mx.openpay.client.DeferralPayments Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openpay-api-client Show documentation
Show all versions of openpay-api-client Show documentation
Java client for Openpay Services
package mx.openpay.client;
import lombok.AllArgsConstructor;
import lombok.Data;
/**
* The Class DeferralPayments.
*/
@Data
@AllArgsConstructor
public class DeferralPayments {
/** The payments. */
private Integer payments;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy