public class XPFOrderPaymentInstrument extends XPFEntity
| Constructor and Description | 
|---|
XPFOrderPaymentInstrument(@NonNull String guid,
                         @NonNull String name,
                         @NonNull XPFPaymentInstrument paymentInstrument,
                         Currency currency,
                         BigDecimal limitAmount)  | 
| Modifier and Type | Method and Description | 
|---|---|
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()  | 
getCustomDatapublic XPFOrderPaymentInstrument(@NonNull
                                 @NonNull String guid,
                                 @NonNull
                                 @NonNull String name,
                                 @NonNull
                                 @NonNull XPFPaymentInstrument paymentInstrument,
                                 Currency currency,
                                 BigDecimal limitAmount)
@NonNull public @NonNull String getGuid()
@NonNull public @NonNull String getName()
@NonNull public @NonNull XPFPaymentInstrument getPaymentInstrument()
public Currency getCurrency()
public BigDecimal getLimitAmount()
Copyright © 2024. All rights reserved.