public class XPFOrderPaymentInstrument extends XPFEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
XPFOrderPaymentInstrument.XPFOrderPaymentInstrumentBuilder<C extends XPFOrderPaymentInstrument,B extends XPFOrderPaymentInstrument.XPFOrderPaymentInstrumentBuilder<C,B>> |
XPFEntity.XPFEntityBuilder<C extends XPFEntity,B extends XPFEntity.XPFEntityBuilder<C,B>>| Modifier | Constructor and Description |
|---|---|
|
XPFOrderPaymentInstrument(@NonNull String guid,
@NonNull String name,
@NonNull XPFPaymentInstrument paymentInstrument,
Currency currency,
BigDecimal limitAmount) |
protected |
XPFOrderPaymentInstrument(XPFOrderPaymentInstrument.XPFOrderPaymentInstrumentBuilder<?,?> b) |
| Modifier and Type | Method and Description |
|---|---|
static XPFOrderPaymentInstrument.XPFOrderPaymentInstrumentBuilder<?,?> |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Currency |
getCurrency()
The currency.
|
@NonNull String |
getGuid()
The guid.
|
BigDecimal |
getLimitAmount()
The limit amount.
|
@NonNull String |
getName()
The payment instrument name assigned by the user.
|
@NonNull XPFPaymentInstrument |
getPaymentInstrument()
The payment instrument.
|
int |
hashCode() |
String |
toString() |
getCustomData, getCustomDataValueprotected XPFOrderPaymentInstrument(XPFOrderPaymentInstrument.XPFOrderPaymentInstrumentBuilder<?,?> b)
public XPFOrderPaymentInstrument(@NonNull
@NonNull String guid,
@NonNull
@NonNull String name,
@NonNull
@NonNull XPFPaymentInstrument paymentInstrument,
Currency currency,
BigDecimal limitAmount)
public static XPFOrderPaymentInstrument.XPFOrderPaymentInstrumentBuilder<?,?> builder()
@NonNull public @NonNull String getGuid()
@NonNull public @NonNull String getName()
@NonNull public @NonNull XPFPaymentInstrument getPaymentInstrument()
public Currency getCurrency()
public BigDecimal getLimitAmount()
Copyright © 2026. All rights reserved.