Package travel.wink.sdk.extranet.model
Class BeneficiarySupplierDetails
java.lang.Object
travel.wink.sdk.extranet.model.BeneficiarySupplierDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-16T10:18:27.744667752+07:00[Asia/Bangkok]")
public class BeneficiarySupplierDetails
extends Object
BeneficiarySupplierDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of beneficiary payment. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountEmail(String accountEmail) accountIdentifier(UUID accountIdentifier) accountName(String accountName) accountUrl(String accountUrl) amountDue(BeneficiaryChargeSupplierDetails amountDue) captureAmount(BigDecimal captureAmount) captureAmountRefundModifier(BigDecimal captureAmountRefundModifier) captureCurrency(String captureCurrency) displayAmount(BigDecimal displayAmount) displayAmountRefundModifier(BigDecimal displayAmountRefundModifier) displayCurrency(String displayCurrency) booleanaccountEmail of beneficiary that can map to an account with us@Valid UUIDaccountIdentifier of beneficiary from paymentaccountName of beneficiary that can map to an account with usaccountUrl of beneficiary that can map to an account with usGet amountDue@Valid BigDecimalThe total capture price.@Valid BigDecimalThe capture amount still due after a partial refund occurs.The capture currency@Valid BigDecimalThe total display price.@Valid BigDecimalThe display amount still due after a partial refund occurs.The display currency@Valid BigDecimalGet internalAmount@Valid BigDecimalThe internal amount still due after a partial refund occurs.The internal currencyPlace to add more data related to the beneficiary.@Valid BigDecimalThe total capture price.@Valid BigDecimalThe total display price.@Valid BigDecimalGet netInternalAmount@Valid BigDecimalThe total initial price as quoted in the original TripPay contract.@Valid BigDecimalThe total supplier price.@Valid BigDecimalThe total initial price as quoted in the original TripPay contract.@Valid BigDecimalThe source amount still due after a partial refund occurs.The source currency@Valid BigDecimalThe total supplier price.@Valid BigDecimalThe supplier amount still due after a partial refund occurs.The supplier currencygetType()The type of beneficiary payment.inthashCode()internalAmount(BigDecimal internalAmount) internalAmountRefundModifier(BigDecimal internalAmountRefundModifier) internalCurrency(String internalCurrency) netCaptureAmount(BigDecimal netCaptureAmount) netDisplayAmount(BigDecimal netDisplayAmount) netInternalAmount(BigDecimal netInternalAmount) netSourceAmount(BigDecimal netSourceAmount) netSupplierAmount(BigDecimal netSupplierAmount) putMetadataItem(String key, String metadataItem) voidsetAccountEmail(String accountEmail) voidsetAccountIdentifier(UUID accountIdentifier) voidsetAccountName(String accountName) voidsetAccountUrl(String accountUrl) voidsetAmountDue(BeneficiaryChargeSupplierDetails amountDue) voidsetCaptureAmount(BigDecimal captureAmount) voidsetCaptureAmountRefundModifier(BigDecimal captureAmountRefundModifier) voidsetCaptureCurrency(String captureCurrency) voidsetDisplayAmount(BigDecimal displayAmount) voidsetDisplayAmountRefundModifier(BigDecimal displayAmountRefundModifier) voidsetDisplayCurrency(String displayCurrency) voidsetInternalAmount(BigDecimal internalAmount) voidsetInternalAmountRefundModifier(BigDecimal internalAmountRefundModifier) voidsetInternalCurrency(String internalCurrency) voidsetMetadata(Map<String, String> metadata) voidsetNetCaptureAmount(BigDecimal netCaptureAmount) voidsetNetDisplayAmount(BigDecimal netDisplayAmount) voidsetNetInternalAmount(BigDecimal netInternalAmount) voidsetNetSourceAmount(BigDecimal netSourceAmount) voidsetNetSupplierAmount(BigDecimal netSupplierAmount) voidsetSourceAmount(BigDecimal sourceAmount) voidsetSourceAmountRefundModifier(BigDecimal sourceAmountRefundModifier) voidsetSourceCurrency(String sourceCurrency) voidsetSupplierAmount(BigDecimal supplierAmount) voidsetSupplierAmountRefundModifier(BigDecimal supplierAmountRefundModifier) voidsetSupplierCurrency(String supplierCurrency) voidsourceAmount(BigDecimal sourceAmount) sourceAmountRefundModifier(BigDecimal sourceAmountRefundModifier) sourceCurrency(String sourceCurrency) supplierAmount(BigDecimal supplierAmount) supplierAmountRefundModifier(BigDecimal supplierAmountRefundModifier) supplierCurrency(String supplierCurrency) toString()
-
Field Details
-
JSON_PROPERTY_ACCOUNT_IDENTIFIER
- See Also:
-
JSON_PROPERTY_ACCOUNT_NAME
- See Also:
-
JSON_PROPERTY_ACCOUNT_EMAIL
- See Also:
-
JSON_PROPERTY_ACCOUNT_URL
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_AMOUNT_DUE
- See Also:
-
JSON_PROPERTY_SOURCE_CURRENCY
- See Also:
-
JSON_PROPERTY_DISPLAY_CURRENCY
- See Also:
-
JSON_PROPERTY_SUPPLIER_CURRENCY
- See Also:
-
JSON_PROPERTY_INTERNAL_CURRENCY
- See Also:
-
JSON_PROPERTY_CAPTURE_CURRENCY
- See Also:
-
JSON_PROPERTY_SOURCE_AMOUNT
- See Also:
-
JSON_PROPERTY_DISPLAY_AMOUNT
- See Also:
-
JSON_PROPERTY_SUPPLIER_AMOUNT
- See Also:
-
JSON_PROPERTY_INTERNAL_AMOUNT
- See Also:
-
JSON_PROPERTY_CAPTURE_AMOUNT
- See Also:
-
JSON_PROPERTY_SOURCE_AMOUNT_REFUND_MODIFIER
- See Also:
-
JSON_PROPERTY_DISPLAY_AMOUNT_REFUND_MODIFIER
- See Also:
-
JSON_PROPERTY_SUPPLIER_AMOUNT_REFUND_MODIFIER
- See Also:
-
JSON_PROPERTY_INTERNAL_AMOUNT_REFUND_MODIFIER
- See Also:
-
JSON_PROPERTY_CAPTURE_AMOUNT_REFUND_MODIFIER
- See Also:
-
JSON_PROPERTY_NET_SOURCE_AMOUNT
- See Also:
-
JSON_PROPERTY_NET_DISPLAY_AMOUNT
- See Also:
-
JSON_PROPERTY_NET_SUPPLIER_AMOUNT
- See Also:
-
JSON_PROPERTY_NET_INTERNAL_AMOUNT
- See Also:
-
JSON_PROPERTY_NET_CAPTURE_AMOUNT
- See Also:
-
JSON_PROPERTY_METADATA
- See Also:
-
-
Constructor Details
-
BeneficiarySupplierDetails
public BeneficiarySupplierDetails()
-
-
Method Details
-
accountIdentifier
-
getAccountIdentifier
accountIdentifier of beneficiary from payment- Returns:
- accountIdentifier
-
setAccountIdentifier
-
accountName
-
getAccountName
accountName of beneficiary that can map to an account with us- Returns:
- accountName
-
setAccountName
-
accountEmail
-
getAccountEmail
accountEmail of beneficiary that can map to an account with us- Returns:
- accountEmail
-
setAccountEmail
-
accountUrl
-
getAccountUrl
accountUrl of beneficiary that can map to an account with us- Returns:
- accountUrl
-
setAccountUrl
-
type
-
getType
The type of beneficiary payment.- Returns:
- type
-
setType
-
amountDue
-
getAmountDue
Get amountDue- Returns:
- amountDue
-
setAmountDue
-
sourceCurrency
-
getSourceCurrency
The source currency- Returns:
- sourceCurrency
-
setSourceCurrency
-
displayCurrency
-
getDisplayCurrency
The display currency- Returns:
- displayCurrency
-
setDisplayCurrency
-
supplierCurrency
-
getSupplierCurrency
The supplier currency- Returns:
- supplierCurrency
-
setSupplierCurrency
-
internalCurrency
-
getInternalCurrency
The internal currency- Returns:
- internalCurrency
-
setInternalCurrency
-
captureCurrency
-
getCaptureCurrency
The capture currency- Returns:
- captureCurrency
-
setCaptureCurrency
-
sourceAmount
-
getSourceAmount
The total initial price as quoted in the original TripPay contract.- Returns:
- sourceAmount
-
setSourceAmount
-
displayAmount
-
getDisplayAmount
The total display price.- Returns:
- displayAmount
-
setDisplayAmount
-
supplierAmount
-
getSupplierAmount
The total supplier price.- Returns:
- supplierAmount
-
setSupplierAmount
-
internalAmount
-
getInternalAmount
Get internalAmount- Returns:
- internalAmount
-
setInternalAmount
-
captureAmount
-
getCaptureAmount
The total capture price.- Returns:
- captureAmount
-
setCaptureAmount
-
sourceAmountRefundModifier
-
getSourceAmountRefundModifier
The source amount still due after a partial refund occurs.- Returns:
- sourceAmountRefundModifier
-
setSourceAmountRefundModifier
-
displayAmountRefundModifier
public BeneficiarySupplierDetails displayAmountRefundModifier(BigDecimal displayAmountRefundModifier) -
getDisplayAmountRefundModifier
The display amount still due after a partial refund occurs.- Returns:
- displayAmountRefundModifier
-
setDisplayAmountRefundModifier
-
supplierAmountRefundModifier
public BeneficiarySupplierDetails supplierAmountRefundModifier(BigDecimal supplierAmountRefundModifier) -
getSupplierAmountRefundModifier
The supplier amount still due after a partial refund occurs.- Returns:
- supplierAmountRefundModifier
-
setSupplierAmountRefundModifier
-
internalAmountRefundModifier
public BeneficiarySupplierDetails internalAmountRefundModifier(BigDecimal internalAmountRefundModifier) -
getInternalAmountRefundModifier
The internal amount still due after a partial refund occurs.- Returns:
- internalAmountRefundModifier
-
setInternalAmountRefundModifier
-
captureAmountRefundModifier
public BeneficiarySupplierDetails captureAmountRefundModifier(BigDecimal captureAmountRefundModifier) -
getCaptureAmountRefundModifier
The capture amount still due after a partial refund occurs.- Returns:
- captureAmountRefundModifier
-
setCaptureAmountRefundModifier
-
netSourceAmount
-
getNetSourceAmount
The total initial price as quoted in the original TripPay contract.- Returns:
- netSourceAmount
-
setNetSourceAmount
-
netDisplayAmount
-
getNetDisplayAmount
The total display price.- Returns:
- netDisplayAmount
-
setNetDisplayAmount
-
netSupplierAmount
-
getNetSupplierAmount
The total supplier price.- Returns:
- netSupplierAmount
-
setNetSupplierAmount
-
netInternalAmount
-
getNetInternalAmount
Get netInternalAmount- Returns:
- netInternalAmount
-
setNetInternalAmount
-
netCaptureAmount
-
getNetCaptureAmount
The total capture price.- Returns:
- netCaptureAmount
-
setNetCaptureAmount
-
metadata
-
putMetadataItem
-
getMetadata
Place to add more data related to the beneficiary.- Returns:
- metadata
-
setMetadata
-
equals
-
hashCode
public int hashCode() -
toString
-