public class Payer extends Object
| Constructor and Description |
|---|
Payer() |
public PaymentInstrument getPaymentInstrument()
public void setPaymentInstrument(PaymentInstrument paymentInstrument)
public List<PaymentInstrument> getAllowedPaymentInstruments()
public void setAllowedPaymentInstruments(List<PaymentInstrument> allowedPaymentInstruments)
public PaymentInstrument getDefaultPaymentInstrument()
public void setDefaultPaymentInstrument(PaymentInstrument defaultPaymentInstrument)
public String getDefaultSwift()
public void setDefaultSwift(String defaultBIC)
public PayerContact getContact()
public void setContact(PayerContact contact)
public PayerPaymentCard getPaymentCard()
public void setPaymentCard(PayerPaymentCard paymentCard)
public BankAccount getBankAccount()
public void setBankAccount(BankAccount bankAccount)
public String getAllowedCardToken()
public void setAllowedCardToken(String allowedCardToken)
public String getVerifyPin()
public void setVerifyPin(String verifyPin)
public static Payer build()
Copyright © 2017. All rights reserved.