Class PaymentInstrumentGroup


  • public class PaymentInstrumentGroup
    extends Object
    PaymentInstrumentGroup
    • Constructor Detail

      • PaymentInstrumentGroup

        public PaymentInstrumentGroup()
    • Method Detail

      • getBalancePlatform

        public String getBalancePlatform()
        The unique identifier of the [balance platform](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/get/balancePlatforms/{id}__queryParam_id) to which the payment instrument group belongs.
        Returns:
        balancePlatform
      • setBalancePlatform

        public void setBalancePlatform​(String balancePlatform)
        The unique identifier of the [balance platform](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/get/balancePlatforms/{id}__queryParam_id) to which the payment instrument group belongs.
        Parameters:
        balancePlatform -
      • getDescription

        public String getDescription()
        Your description for the payment instrument group.
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
        Your description for the payment instrument group.
        Parameters:
        description -
      • getId

        public String getId()
        The unique identifier of the payment instrument group.
        Returns:
        id
      • setId

        public void setId​(String id)
        The unique identifier of the payment instrument group.
        Parameters:
        id -
      • getProperties

        public Map<String,​String> getProperties()
        Properties of the payment instrument group.
        Returns:
        properties
      • setProperties

        public void setProperties​(Map<String,​String> properties)
        Properties of the payment instrument group.
        Parameters:
        properties -
      • getReference

        public String getReference()
        Your reference for the payment instrument group.
        Returns:
        reference
      • setReference

        public void setReference​(String reference)
        Your reference for the payment instrument group.
        Parameters:
        reference -
      • getTxVariant

        public String getTxVariant()
        The tx variant of the payment instrument group.
        Returns:
        txVariant
      • setTxVariant

        public void setTxVariant​(String txVariant)
        The tx variant of the payment instrument group.
        Parameters:
        txVariant -
      • equals

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

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

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

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