Class PaymentAmountUpdateResponse


  • public class PaymentAmountUpdateResponse
    extends Object
    PaymentAmountUpdateResponse
    • Constructor Detail

      • PaymentAmountUpdateResponse

        public PaymentAmountUpdateResponse()
    • Method Detail

      • amount

        public PaymentAmountUpdateResponse amount​(Amount amount)
        amount
        Parameters:
        amount -
        Returns:
        the current PaymentAmountUpdateResponse instance, allowing for method chaining
      • getAmount

        public Amount getAmount()
        amount
        Returns:
        amount
      • setAmount

        public void setAmount​(Amount amount)
        amount
        Parameters:
        amount -
      • setIndustryUsage

        public void setIndustryUsage​(PaymentAmountUpdateResponse.IndustryUsageEnum industryUsage)
        The reason for the amount update. Possible values: * **delayedCharge** * **noShow** * **installment**
        Parameters:
        industryUsage -
      • lineItems

        public PaymentAmountUpdateResponse lineItems​(List<LineItem> lineItems)
        Price and product information of the refunded items, required for [partial refunds](https://docs.adyen.com/online-payments/refund#refund-a-payment). > This field is required for partial refunds with 3x 4x Oney, Affirm, Afterpay, Atome, Clearpay, Klarna, Ratepay, Walley, and Zip.
        Parameters:
        lineItems -
        Returns:
        the current PaymentAmountUpdateResponse instance, allowing for method chaining
      • getLineItems

        public List<LineItem> getLineItems()
        Price and product information of the refunded items, required for [partial refunds](https://docs.adyen.com/online-payments/refund#refund-a-payment). > This field is required for partial refunds with 3x 4x Oney, Affirm, Afterpay, Atome, Clearpay, Klarna, Ratepay, Walley, and Zip.
        Returns:
        lineItems
      • setLineItems

        public void setLineItems​(List<LineItem> lineItems)
        Price and product information of the refunded items, required for [partial refunds](https://docs.adyen.com/online-payments/refund#refund-a-payment). > This field is required for partial refunds with 3x 4x Oney, Affirm, Afterpay, Atome, Clearpay, Klarna, Ratepay, Walley, and Zip.
        Parameters:
        lineItems -
      • merchantAccount

        public PaymentAmountUpdateResponse merchantAccount​(String merchantAccount)
        The merchant account that is used to process the payment.
        Parameters:
        merchantAccount -
        Returns:
        the current PaymentAmountUpdateResponse instance, allowing for method chaining
      • getMerchantAccount

        public String getMerchantAccount()
        The merchant account that is used to process the payment.
        Returns:
        merchantAccount
      • setMerchantAccount

        public void setMerchantAccount​(String merchantAccount)
        The merchant account that is used to process the payment.
        Parameters:
        merchantAccount -
      • paymentPspReference

        public PaymentAmountUpdateResponse paymentPspReference​(String paymentPspReference)
        The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment to update.
        Parameters:
        paymentPspReference -
        Returns:
        the current PaymentAmountUpdateResponse instance, allowing for method chaining
      • 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)
        The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment to update.
        Parameters:
        paymentPspReference -
      • pspReference

        public PaymentAmountUpdateResponse pspReference​(String pspReference)
        Adyen's 16-character reference associated with the amount update request.
        Parameters:
        pspReference -
        Returns:
        the current PaymentAmountUpdateResponse instance, allowing for method chaining
      • getPspReference

        public String getPspReference()
        Adyen's 16-character reference associated with the amount update request.
        Returns:
        pspReference
      • setPspReference

        public void setPspReference​(String pspReference)
        Adyen's 16-character reference associated with the amount update request.
        Parameters:
        pspReference -
      • reference

        public PaymentAmountUpdateResponse reference​(String reference)
        Your reference for the amount update request. Maximum length: 80 characters.
        Parameters:
        reference -
        Returns:
        the current PaymentAmountUpdateResponse instance, allowing for method chaining
      • getReference

        public String getReference()
        Your reference for the amount update request. Maximum length: 80 characters.
        Returns:
        reference
      • setReference

        public void setReference​(String reference)
        Your reference for the amount update request. Maximum length: 80 characters.
        Parameters:
        reference -
      • splits

        public PaymentAmountUpdateResponse splits​(List<Split> splits)
        An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms. For more information, see how to process payments for [marketplaces](https://docs.adyen.com/marketplaces/process-payments) or [platforms](https://docs.adyen.com/platforms/process-payments).
        Parameters:
        splits -
        Returns:
        the current PaymentAmountUpdateResponse instance, allowing for method chaining
      • getSplits

        public List<Split> getSplits()
        An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms. For more information, see how to process payments for [marketplaces](https://docs.adyen.com/marketplaces/process-payments) or [platforms](https://docs.adyen.com/platforms/process-payments).
        Returns:
        splits
      • setSplits

        public void setSplits​(List<Split> splits)
        An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms. For more information, see how to process payments for [marketplaces](https://docs.adyen.com/marketplaces/process-payments) or [platforms](https://docs.adyen.com/platforms/process-payments).
        Parameters:
        splits -
      • equals

        public boolean equals​(Object o)
        Return true if this PaymentAmountUpdateResponse object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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