Package model
Class SettlementLinks
java.lang.Object
model.SettlementLinks
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class SettlementLinks
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) disputes(ApplicationLinksApplicationProfile disputes) booleanstatic SettlementLinksCreate an instance of SettlementLinks given an JSON stringfundingTransfers(ApplicationLinksApplicationProfile fundingTransfers) Get applicationGet creditsGet debitsGet disputesgetFees()Get feesGet fundingTransfersGet identityGet reversalsgetSelf()Get selfGet transfersinthashCode()identity(ApplicationLinksApplicationProfile identity) reversals(ApplicationLinksApplicationProfile reversals) self(ApplicationLinksSelf self) voidsetApplication(ApplicationProfileLinksApplication application) voidvoidvoidvoidvoidsetFundingTransfers(ApplicationLinksApplicationProfile fundingTransfers) voidvoidsetReversals(ApplicationLinksApplicationProfile reversals) voidsetSelf(ApplicationLinksSelf self) voidsetTransfers(ApplicationLinksApplicationProfile transfers) toJson()Convert an instance of SettlementLinks to an JSON stringtoString()transfers(ApplicationLinksApplicationProfile transfers) 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_CREDITS
- See Also:
-
SERIALIZED_NAME_DEBITS
- See Also:
-
SERIALIZED_NAME_DISPUTES
- See Also:
-
SERIALIZED_NAME_FEES
- See Also:
-
SERIALIZED_NAME_FUNDING_TRANSFERS
- See Also:
-
SERIALIZED_NAME_IDENTITY
- See Also:
-
SERIALIZED_NAME_REVERSALS
- See Also:
-
SERIALIZED_NAME_SELF
- See Also:
-
SERIALIZED_NAME_TRANSFERS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
SettlementLinks
public SettlementLinks()
-
-
Method Details
-
application
-
getApplication
Get application- Returns:
- application
-
setApplication
-
credits
-
getCredits
Get credits- Returns:
- credits
-
setCredits
-
debits
-
getDebits
Get debits- Returns:
- debits
-
setDebits
-
disputes
-
getDisputes
Get disputes- Returns:
- disputes
-
setDisputes
-
fees
-
getFees
Get fees- Returns:
- fees
-
setFees
-
fundingTransfers
-
getFundingTransfers
Get fundingTransfers- Returns:
- fundingTransfers
-
setFundingTransfers
-
identity
-
getIdentity
Get identity- Returns:
- identity
-
setIdentity
-
reversals
-
getReversals
Get reversals- Returns:
- reversals
-
setReversals
-
self
-
getSelf
Get self- Returns:
- self
-
setSelf
-
transfers
-
getTransfers
Get transfers- Returns:
- transfers
-
setTransfers
-
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 SettlementLinks
-
fromJson
Create an instance of SettlementLinks given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SettlementLinks
- Throws:
IOException- if the JSON string is invalid with respect to SettlementLinks
-
toJson
Convert an instance of SettlementLinks to an JSON string- Returns:
- JSON string
-