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

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

The newest version!
package br.com.uol.pagseguro.api.common.domain;

public interface PreApprovalHolder extends Holder{
    /**
     * Get billing address of pre approval holder
     *
     * @return Billing Address
     * @see Address
     */
    Address getBillingAddress();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy