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

com.coinbase.api.entity.RecurringPaymentResponse Maven / Gradle / Ivy

The newest version!
package com.coinbase.api.entity;

public class RecurringPaymentResponse extends Response {
    /**
     * 
     */
    private static final long serialVersionUID = -1740844042364630330L;
    private RecurringPayment _recurringPayment;

    public RecurringPayment getRecurringPayment() {
        return _recurringPayment;
    }

    public void setRecurringPayment(RecurringPayment recurringPayment) {
        _recurringPayment = recurringPayment;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy