public class Payer extends Object
| Constructor and Description |
|---|
Payer() |
| Modifier and Type | Method and Description |
|---|---|
static Payer |
build() |
List<PaymentInstrument> |
getAllowedPaymentInstruments() |
List<String> |
getAllowedSwifts() |
PayerContact |
getContact() |
PaymentInstrument |
getDefaultPaymentInstrument() |
String |
getDefaultSwift() |
PaymentInstrument |
getPaymentInstrument() |
void |
setAllowedPaymentInstruments(List<PaymentInstrument> allowedPaymentInstruments) |
void |
setAllowedSwifts(List<String> allowedSwifts) |
void |
setContact(PayerContact contact) |
void |
setDefaultPaymentInstrument(PaymentInstrument defaultPaymentInstrument) |
void |
setDefaultSwift(String defaultBIC) |
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 static Payer build()
Copyright © 2016. All rights reserved.