Uses of Class
com.adyen.model.transfers.InterchangeData
-
Packages that use InterchangeData Package Description com.adyen.model.transfers -
-
Uses of InterchangeData in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return InterchangeData Modifier and Type Method Description static InterchangeDataInterchangeData. fromJson(String jsonString)Create an instance of InterchangeData given an JSON stringInterchangeDataTransferEventEventsDataInner. getInterchangeData()Get the actual instance of `InterchangeData`.InterchangeDataInterchangeData. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.InterchangeDataInterchangeData. interchangeAmount(Amount interchangeAmount)interchangeAmountInterchangeDataInterchangeData. interchangeRateIndicator(String interchangeRateIndicator)A 3-character alphanumeric code assigned by Visa that identifies the specific interchange reimbursement program a transaction qualified for.InterchangeDataInterchangeData. type(InterchangeData.TypeEnum type)The type of events data.Constructors in com.adyen.model.transfers with parameters of type InterchangeData Constructor Description TransferEventEventsDataInner(InterchangeData o)
-