Class PaymentMethod


  • public class PaymentMethod
    extends Object
    PaymentMethod
    • Constructor Detail

      • PaymentMethod

        public PaymentMethod()
    • Method Detail

      • accel

        public PaymentMethod accel​(AccelInfo accel)
        accel
        Parameters:
        accel -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getAccel

        public AccelInfo getAccel()
        accel
        Returns:
        accel
      • setAccel

        public void setAccel​(AccelInfo accel)
        accel
        Parameters:
        accel -
      • afterpayTouch

        public PaymentMethod afterpayTouch​(AfterpayTouchInfo afterpayTouch)
        afterpayTouch
        Parameters:
        afterpayTouch -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getAfterpayTouch

        public AfterpayTouchInfo getAfterpayTouch()
        afterpayTouch
        Returns:
        afterpayTouch
      • setAfterpayTouch

        public void setAfterpayTouch​(AfterpayTouchInfo afterpayTouch)
        afterpayTouch
        Parameters:
        afterpayTouch -
      • allowed

        public PaymentMethod allowed​(Boolean allowed)
        Indicates whether receiving payments is allowed. This value is set to **true** by Adyen after screening your merchant account.
        Parameters:
        allowed -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getAllowed

        public Boolean getAllowed()
        Indicates whether receiving payments is allowed. This value is set to **true** by Adyen after screening your merchant account.
        Returns:
        allowed
      • setAllowed

        public void setAllowed​(Boolean allowed)
        Indicates whether receiving payments is allowed. This value is set to **true** by Adyen after screening your merchant account.
        Parameters:
        allowed -
      • amex

        public PaymentMethod amex​(AmexInfo amex)
        amex
        Parameters:
        amex -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getAmex

        public AmexInfo getAmex()
        amex
        Returns:
        amex
      • setAmex

        public void setAmex​(AmexInfo amex)
        amex
        Parameters:
        amex -
      • applePay

        public PaymentMethod applePay​(ApplePayInfo applePay)
        applePay
        Parameters:
        applePay -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getApplePay

        public ApplePayInfo getApplePay()
        applePay
        Returns:
        applePay
      • setApplePay

        public void setApplePay​(ApplePayInfo applePay)
        applePay
        Parameters:
        applePay -
      • bcmc

        public PaymentMethod bcmc​(BcmcInfo bcmc)
        bcmc
        Parameters:
        bcmc -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getBcmc

        public BcmcInfo getBcmc()
        bcmc
        Returns:
        bcmc
      • setBcmc

        public void setBcmc​(BcmcInfo bcmc)
        bcmc
        Parameters:
        bcmc -
      • businessLineId

        public PaymentMethod businessLineId​(String businessLineId)
        The unique identifier of the business line. Required if you are a [platform model](https://docs.adyen.com/platforms).
        Parameters:
        businessLineId -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getBusinessLineId

        public String getBusinessLineId()
        The unique identifier of the business line. Required if you are a [platform model](https://docs.adyen.com/platforms).
        Returns:
        businessLineId
      • setBusinessLineId

        public void setBusinessLineId​(String businessLineId)
        The unique identifier of the business line. Required if you are a [platform model](https://docs.adyen.com/platforms).
        Parameters:
        businessLineId -
      • cartesBancaires

        public PaymentMethod cartesBancaires​(CartesBancairesInfo cartesBancaires)
        cartesBancaires
        Parameters:
        cartesBancaires -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getCartesBancaires

        public CartesBancairesInfo getCartesBancaires()
        cartesBancaires
        Returns:
        cartesBancaires
      • setCartesBancaires

        public void setCartesBancaires​(CartesBancairesInfo cartesBancaires)
        cartesBancaires
        Parameters:
        cartesBancaires -
      • clearpay

        public PaymentMethod clearpay​(ClearpayInfo clearpay)
        clearpay
        Parameters:
        clearpay -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getClearpay

        public ClearpayInfo getClearpay()
        clearpay
        Returns:
        clearpay
      • setClearpay

        public void setClearpay​(ClearpayInfo clearpay)
        clearpay
        Parameters:
        clearpay -
      • countries

        public PaymentMethod countries​(List<String> countries)
        The list of countries where a payment method is available. By default, all countries supported by the payment method.
        Parameters:
        countries -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getCountries

        public List<String> getCountries()
        The list of countries where a payment method is available. By default, all countries supported by the payment method.
        Returns:
        countries
      • setCountries

        public void setCountries​(List<String> countries)
        The list of countries where a payment method is available. By default, all countries supported by the payment method.
        Parameters:
        countries -
      • currencies

        public PaymentMethod currencies​(List<String> currencies)
        The list of currencies that a payment method supports. By default, all currencies supported by the payment method.
        Parameters:
        currencies -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getCurrencies

        public List<String> getCurrencies()
        The list of currencies that a payment method supports. By default, all currencies supported by the payment method.
        Returns:
        currencies
      • setCurrencies

        public void setCurrencies​(List<String> currencies)
        The list of currencies that a payment method supports. By default, all currencies supported by the payment method.
        Parameters:
        currencies -
      • customRoutingFlags

        public PaymentMethod customRoutingFlags​(List<String> customRoutingFlags)
        The list of custom routing flags to route payment to the intended acquirer.
        Parameters:
        customRoutingFlags -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • addCustomRoutingFlagsItem

        public PaymentMethod addCustomRoutingFlagsItem​(String customRoutingFlagsItem)
      • getCustomRoutingFlags

        public List<String> getCustomRoutingFlags()
        The list of custom routing flags to route payment to the intended acquirer.
        Returns:
        customRoutingFlags
      • setCustomRoutingFlags

        public void setCustomRoutingFlags​(List<String> customRoutingFlags)
        The list of custom routing flags to route payment to the intended acquirer.
        Parameters:
        customRoutingFlags -
      • diners

        public PaymentMethod diners​(DinersInfo diners)
        diners
        Parameters:
        diners -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getDiners

        public DinersInfo getDiners()
        diners
        Returns:
        diners
      • setDiners

        public void setDiners​(DinersInfo diners)
        diners
        Parameters:
        diners -
      • discover

        public PaymentMethod discover​(GenericPmWithTdiInfo discover)
        discover
        Parameters:
        discover -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • setDiscover

        public void setDiscover​(GenericPmWithTdiInfo discover)
        discover
        Parameters:
        discover -
      • eftposAustralia

        public PaymentMethod eftposAustralia​(GenericPmWithTdiInfo eftposAustralia)
        eftposAustralia
        Parameters:
        eftposAustralia -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getEftposAustralia

        public GenericPmWithTdiInfo getEftposAustralia()
        eftposAustralia
        Returns:
        eftposAustralia
      • setEftposAustralia

        public void setEftposAustralia​(GenericPmWithTdiInfo eftposAustralia)
        eftposAustralia
        Parameters:
        eftposAustralia -
      • enabled

        public PaymentMethod enabled​(Boolean enabled)
        Indicates whether the payment method is enabled (**true**) or disabled (**false**).
        Parameters:
        enabled -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getEnabled

        public Boolean getEnabled()
        Indicates whether the payment method is enabled (**true**) or disabled (**false**).
        Returns:
        enabled
      • setEnabled

        public void setEnabled​(Boolean enabled)
        Indicates whether the payment method is enabled (**true**) or disabled (**false**).
        Parameters:
        enabled -
      • giroPay

        public PaymentMethod giroPay​(GiroPayInfo giroPay)
        giroPay
        Parameters:
        giroPay -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getGiroPay

        public GiroPayInfo getGiroPay()
        giroPay
        Returns:
        giroPay
      • setGiroPay

        public void setGiroPay​(GiroPayInfo giroPay)
        giroPay
        Parameters:
        giroPay -
      • girocard

        public PaymentMethod girocard​(GenericPmWithTdiInfo girocard)
        girocard
        Parameters:
        girocard -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • setGirocard

        public void setGirocard​(GenericPmWithTdiInfo girocard)
        girocard
        Parameters:
        girocard -
      • googlePay

        public PaymentMethod googlePay​(GooglePayInfo googlePay)
        googlePay
        Parameters:
        googlePay -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getGooglePay

        public GooglePayInfo getGooglePay()
        googlePay
        Returns:
        googlePay
      • setGooglePay

        public void setGooglePay​(GooglePayInfo googlePay)
        googlePay
        Parameters:
        googlePay -
      • id

        public PaymentMethod id​(String id)
        The identifier of the resource.
        Parameters:
        id -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getId

        public String getId()
        The identifier of the resource.
        Returns:
        id
      • setId

        public void setId​(String id)
        The identifier of the resource.
        Parameters:
        id -
      • ideal

        public PaymentMethod ideal​(GenericPmWithTdiInfo ideal)
        ideal
        Parameters:
        ideal -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • interacCard

        public PaymentMethod interacCard​(GenericPmWithTdiInfo interacCard)
        interacCard
        Parameters:
        interacCard -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • setInteracCard

        public void setInteracCard​(GenericPmWithTdiInfo interacCard)
        interacCard
        Parameters:
        interacCard -
      • jcb

        public PaymentMethod jcb​(JCBInfo jcb)
        jcb
        Parameters:
        jcb -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getJcb

        public JCBInfo getJcb()
        jcb
        Returns:
        jcb
      • setJcb

        public void setJcb​(JCBInfo jcb)
        jcb
        Parameters:
        jcb -
      • klarna

        public PaymentMethod klarna​(KlarnaInfo klarna)
        klarna
        Parameters:
        klarna -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getKlarna

        public KlarnaInfo getKlarna()
        klarna
        Returns:
        klarna
      • setKlarna

        public void setKlarna​(KlarnaInfo klarna)
        klarna
        Parameters:
        klarna -
      • maestro

        public PaymentMethod maestro​(GenericPmWithTdiInfo maestro)
        maestro
        Parameters:
        maestro -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • setMaestro

        public void setMaestro​(GenericPmWithTdiInfo maestro)
        maestro
        Parameters:
        maestro -
      • mealVoucherFR

        public PaymentMethod mealVoucherFR​(MealVoucherFRInfo mealVoucherFR)
        mealVoucherFR
        Parameters:
        mealVoucherFR -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getMealVoucherFR

        public MealVoucherFRInfo getMealVoucherFR()
        mealVoucherFR
        Returns:
        mealVoucherFR
      • setMealVoucherFR

        public void setMealVoucherFR​(MealVoucherFRInfo mealVoucherFR)
        mealVoucherFR
        Parameters:
        mealVoucherFR -
      • nyce

        public PaymentMethod nyce​(NyceInfo nyce)
        nyce
        Parameters:
        nyce -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getNyce

        public NyceInfo getNyce()
        nyce
        Returns:
        nyce
      • setNyce

        public void setNyce​(NyceInfo nyce)
        nyce
        Parameters:
        nyce -
      • payme

        public PaymentMethod payme​(PayMeInfo payme)
        payme
        Parameters:
        payme -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getPayme

        public PayMeInfo getPayme()
        payme
        Returns:
        payme
      • setPayme

        public void setPayme​(PayMeInfo payme)
        payme
        Parameters:
        payme -
      • paypal

        public PaymentMethod paypal​(PayPalInfo paypal)
        paypal
        Parameters:
        paypal -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getPaypal

        public PayPalInfo getPaypal()
        paypal
        Returns:
        paypal
      • setPaypal

        public void setPaypal​(PayPalInfo paypal)
        paypal
        Parameters:
        paypal -
      • pulse

        public PaymentMethod pulse​(PulseInfo pulse)
        pulse
        Parameters:
        pulse -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getPulse

        public PulseInfo getPulse()
        pulse
        Returns:
        pulse
      • setPulse

        public void setPulse​(PulseInfo pulse)
        pulse
        Parameters:
        pulse -
      • reference

        public PaymentMethod reference​(String reference)
        Your reference for the payment method. Supported characters a-z, A-Z, 0-9.
        Parameters:
        reference -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getReference

        public String getReference()
        Your reference for the payment method. Supported characters a-z, A-Z, 0-9.
        Returns:
        reference
      • setReference

        public void setReference​(String reference)
        Your reference for the payment method. Supported characters a-z, A-Z, 0-9.
        Parameters:
        reference -
      • shopperInteraction

        public PaymentMethod shopperInteraction​(String shopperInteraction)
        The sales channel.
        Parameters:
        shopperInteraction -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getShopperInteraction

        public String getShopperInteraction()
        The sales channel.
        Returns:
        shopperInteraction
      • setShopperInteraction

        public void setShopperInteraction​(String shopperInteraction)
        The sales channel.
        Parameters:
        shopperInteraction -
      • sodexo

        public PaymentMethod sodexo​(SodexoInfo sodexo)
        sodexo
        Parameters:
        sodexo -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getSodexo

        public SodexoInfo getSodexo()
        sodexo
        Returns:
        sodexo
      • setSodexo

        public void setSodexo​(SodexoInfo sodexo)
        sodexo
        Parameters:
        sodexo -
      • sofort

        public PaymentMethod sofort​(SofortInfo sofort)
        sofort
        Parameters:
        sofort -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getSofort

        public SofortInfo getSofort()
        sofort
        Returns:
        sofort
      • setSofort

        public void setSofort​(SofortInfo sofort)
        sofort
        Parameters:
        sofort -
      • star

        public PaymentMethod star​(StarInfo star)
        star
        Parameters:
        star -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getStar

        public StarInfo getStar()
        star
        Returns:
        star
      • setStar

        public void setStar​(StarInfo star)
        star
        Parameters:
        star -
      • storeIds

        public PaymentMethod storeIds​(List<String> storeIds)
        The unique identifier of the store for which to configure the payment method, if any.
        Parameters:
        storeIds -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getStoreIds

        public List<String> getStoreIds()
        The unique identifier of the store for which to configure the payment method, if any.
        Returns:
        storeIds
      • setStoreIds

        public void setStoreIds​(List<String> storeIds)
        The unique identifier of the store for which to configure the payment method, if any.
        Parameters:
        storeIds -
      • swish

        public PaymentMethod swish​(SwishInfo swish)
        swish
        Parameters:
        swish -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getSwish

        public SwishInfo getSwish()
        swish
        Returns:
        swish
      • setSwish

        public void setSwish​(SwishInfo swish)
        swish
        Parameters:
        swish -
      • ticket

        public PaymentMethod ticket​(TicketInfo ticket)
        ticket
        Parameters:
        ticket -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getTicket

        public TicketInfo getTicket()
        ticket
        Returns:
        ticket
      • setTicket

        public void setTicket​(TicketInfo ticket)
        ticket
        Parameters:
        ticket -
      • twint

        public PaymentMethod twint​(TwintInfo twint)
        twint
        Parameters:
        twint -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getTwint

        public TwintInfo getTwint()
        twint
        Returns:
        twint
      • setTwint

        public void setTwint​(TwintInfo twint)
        twint
        Parameters:
        twint -
      • type

        public PaymentMethod type​(String type)
        Payment method [variant](https://docs.adyen.com/development-resources/paymentmethodvariant#management-api).
        Parameters:
        type -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getType

        public String getType()
        Payment method [variant](https://docs.adyen.com/development-resources/paymentmethodvariant#management-api).
        Returns:
        type
      • setType

        public void setType​(String type)
        Payment method [variant](https://docs.adyen.com/development-resources/paymentmethodvariant#management-api).
        Parameters:
        type -
      • verificationStatus

        public PaymentMethod verificationStatus​(PaymentMethod.VerificationStatusEnum verificationStatus)
        Payment method status. Possible values: * **valid** * **pending** * **invalid** * **rejected**
        Parameters:
        verificationStatus -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getVerificationStatus

        public PaymentMethod.VerificationStatusEnum getVerificationStatus()
        Payment method status. Possible values: * **valid** * **pending** * **invalid** * **rejected**
        Returns:
        verificationStatus
      • setVerificationStatus

        public void setVerificationStatus​(PaymentMethod.VerificationStatusEnum verificationStatus)
        Payment method status. Possible values: * **valid** * **pending** * **invalid** * **rejected**
        Parameters:
        verificationStatus -
      • vipps

        public PaymentMethod vipps​(VippsInfo vipps)
        vipps
        Parameters:
        vipps -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getVipps

        public VippsInfo getVipps()
        vipps
        Returns:
        vipps
      • setVipps

        public void setVipps​(VippsInfo vipps)
        vipps
        Parameters:
        vipps -
      • wechatpay

        public PaymentMethod wechatpay​(WeChatPayInfo wechatpay)
        wechatpay
        Parameters:
        wechatpay -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getWechatpay

        public WeChatPayInfo getWechatpay()
        wechatpay
        Returns:
        wechatpay
      • setWechatpay

        public void setWechatpay​(WeChatPayInfo wechatpay)
        wechatpay
        Parameters:
        wechatpay -
      • wechatpayPos

        public PaymentMethod wechatpayPos​(WeChatPayPosInfo wechatpayPos)
        wechatpayPos
        Parameters:
        wechatpayPos -
        Returns:
        the current PaymentMethod instance, allowing for method chaining
      • getWechatpayPos

        public WeChatPayPosInfo getWechatpayPos()
        wechatpayPos
        Returns:
        wechatpayPos
      • setWechatpayPos

        public void setWechatpayPos​(WeChatPayPosInfo wechatpayPos)
        wechatpayPos
        Parameters:
        wechatpayPos -
      • equals

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

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static PaymentMethod fromJson​(String jsonString)
                                      throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of PaymentMethod given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of PaymentMethod
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to PaymentMethod
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of PaymentMethod to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException