public class Payer extends Object
| Constructor and Description |
|---|
Payer() |
| Modifier and Type | Method and Description |
|---|---|
static Payer |
build() |
List<PaymentInstrument> |
getAllowedPaymentInstruments() |
List<String> |
getAllowedSwifts() |
BankAccount |
getBankAccount() |
PayerContact |
getContact() |
PaymentInstrument |
getDefaultPaymentInstrument() |
String |
getDefaultSwift() |
PayerPaymentCard |
getPaymentCard() |
PaymentInstrument |
getPaymentInstrument() |
void |
setAllowedPaymentInstruments(List<PaymentInstrument> allowedPaymentInstruments) |
void |
setAllowedSwifts(List<String> allowedSwifts) |
void |
setBankAccount(BankAccount bankAccount) |
void |
setContact(PayerContact contact) |
void |
setDefaultPaymentInstrument(PaymentInstrument defaultPaymentInstrument) |
void |
setDefaultSwift(String defaultBIC) |
void |
setPaymentCard(PayerPaymentCard paymentCard) |
void |
setPaymentInstrument(PaymentInstrument paymentInstrument) |
String |
toString() |
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 static Payer build()
Copyright © 2017. All rights reserved.