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

com.braintreegateway.PaymentMethod Maven / Gradle / Ivy

The newest version!
package com.braintreegateway;

import java.util.List;

public interface PaymentMethod {

    String getToken();
    boolean isDefault();
    String getImageUrl();
    String getCustomerId();
    List getSubscriptions();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy