Class PaymentBankInfo
Bank info of payment's transaction.
Inherited Members
Namespace: MercadoPago.Resource.Payment
Assembly: MercadoPago.dll
Syntax
public class PaymentBankInfo
Properties
| Edit this page View SourceCollector
Collector info.
Declaration
public PaymentBankInfoCollector Collector { get; set; }
Property Value
Type | Description |
---|---|
PaymentBankInfoCollector |
IsSameBankAccountOwner
Is same bank account owner.
Declaration
public string IsSameBankAccountOwner { get; set; }
Property Value
Type | Description |
---|---|
string |
Payer
Payer info.
Declaration
public PaymentBankInfoPayer Payer { get; set; }
Property Value
Type | Description |
---|---|
PaymentBankInfoPayer |