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

br.com.moip.resource.Payment Maven / Gradle / Ivy

There is a newer version: 4.7.6
Show newest version
package br.com.moip.resource;

public class Payment {

    private String id;
    private int installmentCount;
    private FundingInstrument fundingInstrument = new FundingInstrument();

    public String getId() {
        return id;
    }

    public FundingInstrument getFundingInstrument() {
        return fundingInstrument;
    }

    public int getInstallmentCount() {
        return installmentCount;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy