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

mx.openpay.client.DeferralPayments Maven / Gradle / Ivy

There is a newer version: 1.7.4
Show newest version
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