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

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

There is a newer version: 1.10.0
Show newest version
package com.coinbase.api.entity;

public class RecurringPaymentNode {
    private RecurringPayment _recurringPayment;

    public RecurringPayment getRecurringPayment() {
	return _recurringPayment;
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy