Uses of Class
com.adyen.model.transferwebhooks.InterchangeData
-
Packages that use InterchangeData Package Description com.adyen.model.transferwebhooks -
-
Uses of InterchangeData in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks 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. 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.transferwebhooks with parameters of type InterchangeData Constructor Description TransferEventEventsDataInner(InterchangeData o)
-