Package model
Class TransferLinks
java.lang.Object
model.TransferLinks
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class TransferLinks
extends Object
For your convenience, every response includes several URLs which link to resources relevant to the request. You can use these `_links` to make your follow-up requests and quickly access relevant IDs.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplication(ApplicationProfileLinksApplication application) destination(TransferLinksDestination destination) device(AuthorizationLinksDevice device) disputes(TransferLinksDisputes disputes) booleanfeeProfile(TransferLinksFeeProfile feeProfile) fees(TransferLinksFees fees) static TransferLinksCreate an instance of TransferLinks given an JSON stringGet applicationGet destinationGet deviceGet disputesGet feeProfilegetFees()Get feesGet merchantIdentityGet paymentInstrumentsGet reversalsgetSelf()Get selfGet sourceinthashCode()merchantIdentity(AuthorizationLinksMerchantIdentity merchantIdentity) paymentInstruments(TransferLinksPaymentInstruments paymentInstruments) reversals(TransferLinksReversals reversals) self(ApplicationLinksSelf self) voidsetApplication(ApplicationProfileLinksApplication application) voidsetDestination(TransferLinksDestination destination) voidsetDevice(AuthorizationLinksDevice device) voidsetDisputes(TransferLinksDisputes disputes) voidsetFeeProfile(TransferLinksFeeProfile feeProfile) voidsetFees(TransferLinksFees fees) voidsetMerchantIdentity(AuthorizationLinksMerchantIdentity merchantIdentity) voidsetPaymentInstruments(TransferLinksPaymentInstruments paymentInstruments) voidsetReversals(TransferLinksReversals reversals) voidsetSelf(ApplicationLinksSelf self) voidsetSource(TransferLinksSource source) source(TransferLinksSource source) toJson()Convert an instance of TransferLinks to an JSON stringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_APPLICATION
- See Also:
-
SERIALIZED_NAME_DESTINATION
- See Also:
-
SERIALIZED_NAME_DEVICE
- See Also:
-
SERIALIZED_NAME_DISPUTES
- See Also:
-
SERIALIZED_NAME_FEE_PROFILE
- See Also:
-
SERIALIZED_NAME_FEES
- See Also:
-
SERIALIZED_NAME_MERCHANT_IDENTITY
- See Also:
-
SERIALIZED_NAME_PAYMENT_INSTRUMENTS
- See Also:
-
SERIALIZED_NAME_REVERSALS
- See Also:
-
SERIALIZED_NAME_SELF
- See Also:
-
SERIALIZED_NAME_SOURCE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
TransferLinks
public TransferLinks()
-
-
Method Details
-
application
-
getApplication
Get application- Returns:
- application
-
setApplication
-
destination
-
getDestination
Get destination- Returns:
- destination
-
setDestination
-
device
-
getDevice
Get device- Returns:
- device
-
setDevice
-
disputes
-
getDisputes
Get disputes- Returns:
- disputes
-
setDisputes
-
feeProfile
-
getFeeProfile
Get feeProfile- Returns:
- feeProfile
-
setFeeProfile
-
fees
-
getFees
Get fees- Returns:
- fees
-
setFees
-
merchantIdentity
-
getMerchantIdentity
Get merchantIdentity- Returns:
- merchantIdentity
-
setMerchantIdentity
-
paymentInstruments
-
getPaymentInstruments
Get paymentInstruments- Returns:
- paymentInstruments
-
setPaymentInstruments
-
reversals
-
getReversals
Get reversals- Returns:
- reversals
-
setReversals
-
self
-
getSelf
Get self- Returns:
- self
-
setSelf
-
source
-
getSource
Get source- Returns:
- source
-
setSource
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
Validates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to TransferLinks
-
fromJson
Create an instance of TransferLinks given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of TransferLinks
- Throws:
IOException- if the JSON string is invalid with respect to TransferLinks
-
toJson
Convert an instance of TransferLinks to an JSON string- Returns:
- JSON string
-