Class ChargeRefundCollectionDeserializer

  • All Implemented Interfaces:
    com.google.gson.JsonDeserializer<ChargeRefundCollection>

    public class ChargeRefundCollectionDeserializer
    extends java.lang.Object
    implements com.google.gson.JsonDeserializer<ChargeRefundCollection>
    • Constructor Detail

      • ChargeRefundCollectionDeserializer

        public ChargeRefundCollectionDeserializer()
    • Method Detail

      • deserialize

        public ChargeRefundCollection deserialize​(com.google.gson.JsonElement json,
                                                  java.lang.reflect.Type typeOfT,
                                                  com.google.gson.JsonDeserializationContext context)
                                           throws com.google.gson.JsonParseException
        Deserializes a refund list JSON payload into a ChargeRefundCollection object.
        Specified by:
        deserialize in interface com.google.gson.JsonDeserializer<ChargeRefundCollection>
        Throws:
        com.google.gson.JsonParseException