public class EnabledPaymentInstrument extends Object
| Modifier and Type | Method and Description |
|---|---|
EnabledPaymentInstrument |
addEnabledSwift(Swift swift) |
EnabledPaymentInstrument |
addLabel(String label,
Locale locale) |
List<Swift> |
getEnabledSwifts() |
String |
getGroup() |
Image |
getImage() |
Map<Locale,String> |
getLabel() |
PaymentInstrument |
getPaymentInstrument() |
static EnabledPaymentInstrument |
init(PaymentInstrument paymentInstrument) |
String |
toString() |
EnabledPaymentInstrument |
withGroup(CheckoutGroup coGroup) |
EnabledPaymentInstrument |
withImage(Image image) |
public static EnabledPaymentInstrument init(PaymentInstrument paymentInstrument)
public PaymentInstrument getPaymentInstrument()
public EnabledPaymentInstrument addLabel(String label, Locale locale)
public Image getImage()
public EnabledPaymentInstrument withImage(Image image)
public String getGroup()
public EnabledPaymentInstrument withGroup(CheckoutGroup coGroup)
public EnabledPaymentInstrument addEnabledSwift(Swift swift)
Copyright © 2017. All rights reserved.