Package com.adyen.model.checkout
Class PaymentAmountUpdateResponse
- java.lang.Object
-
- com.adyen.model.checkout.PaymentAmountUpdateResponse
-
public class PaymentAmountUpdateResponse extends Object
PaymentAmountUpdateResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaymentAmountUpdateResponse.IndustryUsageEnumThe reason for the amount update.static classPaymentAmountUpdateResponse.StatusEnumThe status of your request.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_AMOUNTstatic StringJSON_PROPERTY_INDUSTRY_USAGEstatic StringJSON_PROPERTY_MERCHANT_ACCOUNTstatic StringJSON_PROPERTY_PAYMENT_PSP_REFERENCEstatic StringJSON_PROPERTY_PSP_REFERENCEstatic StringJSON_PROPERTY_REFERENCEstatic StringJSON_PROPERTY_SPLITSstatic StringJSON_PROPERTY_STATUS
-
Constructor Summary
Constructors Constructor Description PaymentAmountUpdateResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentAmountUpdateResponseaddSplitsItem(Split splitsItem)PaymentAmountUpdateResponseamount(Amount amount)booleanequals(Object o)Return true if this PaymentAmountUpdateResponse object is equal to o.static PaymentAmountUpdateResponsefromJson(String jsonString)Create an instance of PaymentAmountUpdateResponse given an JSON stringAmountgetAmount()Get amountPaymentAmountUpdateResponse.IndustryUsageEnumgetIndustryUsage()The reason for the amount update.StringgetMerchantAccount()The merchant account that is used to process the payment.StringgetPaymentPspReference()The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment to update.StringgetPspReference()Adyen's 16-character reference associated with the amount update request.StringgetReference()Your reference for the amount update request.List<Split>getSplits()An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.PaymentAmountUpdateResponse.StatusEnumgetStatus()The status of your request.inthashCode()PaymentAmountUpdateResponseindustryUsage(PaymentAmountUpdateResponse.IndustryUsageEnum industryUsage)PaymentAmountUpdateResponsemerchantAccount(String merchantAccount)PaymentAmountUpdateResponsepaymentPspReference(String paymentPspReference)PaymentAmountUpdateResponsepspReference(String pspReference)PaymentAmountUpdateResponsereference(String reference)voidsetAmount(Amount amount)voidsetIndustryUsage(PaymentAmountUpdateResponse.IndustryUsageEnum industryUsage)voidsetMerchantAccount(String merchantAccount)voidsetPaymentPspReference(String paymentPspReference)voidsetPspReference(String pspReference)voidsetReference(String reference)voidsetSplits(List<Split> splits)voidsetStatus(PaymentAmountUpdateResponse.StatusEnum status)PaymentAmountUpdateResponsesplits(List<Split> splits)PaymentAmountUpdateResponsestatus(PaymentAmountUpdateResponse.StatusEnum status)StringtoJson()Convert an instance of PaymentAmountUpdateResponse to an JSON stringStringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_AMOUNT
public static final String JSON_PROPERTY_AMOUNT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_INDUSTRY_USAGE
public static final String JSON_PROPERTY_INDUSTRY_USAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MERCHANT_ACCOUNT
public static final String JSON_PROPERTY_MERCHANT_ACCOUNT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PAYMENT_PSP_REFERENCE
public static final String JSON_PROPERTY_PAYMENT_PSP_REFERENCE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PSP_REFERENCE
public static final String JSON_PROPERTY_PSP_REFERENCE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_REFERENCE
public static final String JSON_PROPERTY_REFERENCE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SPLITS
public static final String JSON_PROPERTY_SPLITS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_STATUS
- See Also:
- Constant Field Values
-
-
Method Detail
-
amount
public PaymentAmountUpdateResponse amount(Amount amount)
-
getAmount
public Amount getAmount()
Get amount- Returns:
- amount
-
setAmount
public void setAmount(Amount amount)
-
industryUsage
public PaymentAmountUpdateResponse industryUsage(PaymentAmountUpdateResponse.IndustryUsageEnum industryUsage)
-
getIndustryUsage
public PaymentAmountUpdateResponse.IndustryUsageEnum getIndustryUsage()
The reason for the amount update. Possible values: * **delayedCharge** * **noShow** * **installment**- Returns:
- industryUsage
-
setIndustryUsage
public void setIndustryUsage(PaymentAmountUpdateResponse.IndustryUsageEnum industryUsage)
-
merchantAccount
public PaymentAmountUpdateResponse merchantAccount(String merchantAccount)
-
getMerchantAccount
public String getMerchantAccount()
The merchant account that is used to process the payment.- Returns:
- merchantAccount
-
setMerchantAccount
public void setMerchantAccount(String merchantAccount)
-
paymentPspReference
public PaymentAmountUpdateResponse paymentPspReference(String paymentPspReference)
-
getPaymentPspReference
public String getPaymentPspReference()
The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment to update.- Returns:
- paymentPspReference
-
setPaymentPspReference
public void setPaymentPspReference(String paymentPspReference)
-
pspReference
public PaymentAmountUpdateResponse pspReference(String pspReference)
-
getPspReference
public String getPspReference()
Adyen's 16-character reference associated with the amount update request.- Returns:
- pspReference
-
setPspReference
public void setPspReference(String pspReference)
-
reference
public PaymentAmountUpdateResponse reference(String reference)
-
getReference
public String getReference()
Your reference for the amount update request. Maximum length: 80 characters.- Returns:
- reference
-
setReference
public void setReference(String reference)
-
splits
public PaymentAmountUpdateResponse splits(List<Split> splits)
-
addSplitsItem
public PaymentAmountUpdateResponse addSplitsItem(Split splitsItem)
-
getSplits
public List<Split> getSplits()
An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms. For details, refer to [Providing split information](https://docs.adyen.com/marketplaces-and-platforms/processing-payments#providing-split-information).- Returns:
- splits
-
status
public PaymentAmountUpdateResponse status(PaymentAmountUpdateResponse.StatusEnum status)
-
getStatus
public PaymentAmountUpdateResponse.StatusEnum getStatus()
The status of your request. This will always have the value **received**.- Returns:
- status
-
setStatus
public void setStatus(PaymentAmountUpdateResponse.StatusEnum status)
-
equals
public boolean equals(Object o)
Return true if this PaymentAmountUpdateResponse object is equal to o.
-
fromJson
public static PaymentAmountUpdateResponse fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of PaymentAmountUpdateResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of PaymentAmountUpdateResponse
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to PaymentAmountUpdateResponse
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of PaymentAmountUpdateResponse to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-