Class PaymentBankInfoPayer
- java.lang.Object
-
- com.mercadopago.resources.payment.PaymentBankInfoPayer
-
public class PaymentBankInfoPayer extends Object
PaymentBankInfoPayer class.
-
-
Constructor Summary
Constructors Constructor Description PaymentBankInfoPayer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetAccountId()Account ID.StringgetEmail()Email.StringgetLongName()Account long name.
-
-
-
Method Detail
-
getEmail
public String getEmail()
Email.
-
getAccountId
public BigInteger getAccountId()
Account ID.
-
getLongName
public String getLongName()
Account long name.
-
-