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

br.com.uol.pagseguro.api.common.domain.PreApprovalCreditCard Maven / Gradle / Ivy

package br.com.uol.pagseguro.api.common.domain;

/**
 * Interface for Pre Approval Credit Card
 *
 * @author PagSeguro Internet Ltda.
 */
public interface PreApprovalCreditCard {
    /**
     * Get credit card token
     * @return token
     */
    String getToken();

    /**
     * Get pre approval credit card holder
     * @return Pre Approval Holder
     */
    PreApprovalHolder getHolder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy