br.com.uol.pagseguro.api.common.domain.PreApprovalHolder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pagseguro-api Show documentation
Show all versions of pagseguro-api Show documentation
A collection of domain classes to ease integrations with PagSeguro Api
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();
}