Package model
Class PaymentInstrumentTokenLinks
- java.lang.Object
-
- model.PaymentInstrumentTokenLinks
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class PaymentInstrumentTokenLinks 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 Modifier and Type Class Description static classPaymentInstrumentTokenLinks.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_APPLICATIONstatic StringSERIALIZED_NAME_AUTHORIZATIONSstatic StringSERIALIZED_NAME_IDENTITYstatic StringSERIALIZED_NAME_SELFstatic StringSERIALIZED_NAME_TRANSFERSstatic StringSERIALIZED_NAME_VERIFICATIONS
-
Constructor Summary
Constructors Constructor Description PaymentInstrumentTokenLinks()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_APPLICATION
public static final String SERIALIZED_NAME_APPLICATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_AUTHORIZATIONS
public static final String SERIALIZED_NAME_AUTHORIZATIONS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IDENTITY
public static final String SERIALIZED_NAME_IDENTITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SELF
public static final String SERIALIZED_NAME_SELF
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRANSFERS
public static final String SERIALIZED_NAME_TRANSFERS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VERIFICATIONS
public static final String SERIALIZED_NAME_VERIFICATIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
application
public PaymentInstrumentTokenLinks application(ApplicationProfileLinksApplication application)
-
getApplication
@Nullable public ApplicationProfileLinksApplication getApplication()
Get application- Returns:
- application
-
setApplication
public void setApplication(ApplicationProfileLinksApplication application)
-
authorizations
public PaymentInstrumentTokenLinks authorizations(ApplicationLinksApplicationProfile authorizations)
-
getAuthorizations
@Nullable public ApplicationLinksApplicationProfile getAuthorizations()
Get authorizations- Returns:
- authorizations
-
setAuthorizations
public void setAuthorizations(ApplicationLinksApplicationProfile authorizations)
-
identity
public PaymentInstrumentTokenLinks identity(ApplicationLinksApplicationProfile identity)
-
getIdentity
@Nullable public ApplicationLinksApplicationProfile getIdentity()
Get identity- Returns:
- identity
-
setIdentity
public void setIdentity(ApplicationLinksApplicationProfile identity)
-
self
public PaymentInstrumentTokenLinks self(ApplicationLinksSelf self)
-
getSelf
@Nullable public ApplicationLinksSelf getSelf()
Get self- Returns:
- self
-
setSelf
public void setSelf(ApplicationLinksSelf self)
-
transfers
public PaymentInstrumentTokenLinks transfers(ApplicationLinksApplicationProfile transfers)
-
getTransfers
@Nullable public ApplicationLinksApplicationProfile getTransfers()
Get transfers- Returns:
- transfers
-
setTransfers
public void setTransfers(ApplicationLinksApplicationProfile transfers)
-
verifications
public PaymentInstrumentTokenLinks verifications(PaymentInstrumentTokenLinksVerifications verifications)
-
getVerifications
@Nullable public PaymentInstrumentTokenLinksVerifications getVerifications()
Get verifications- Returns:
- verifications
-
setVerifications
public void setVerifications(PaymentInstrumentTokenLinksVerifications verifications)
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates 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 PaymentInstrumentTokenLinks
-
fromJson
public static PaymentInstrumentTokenLinks fromJson(String jsonString) throws IOException
Create an instance of PaymentInstrumentTokenLinks given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of PaymentInstrumentTokenLinks
- Throws:
IOException- if the JSON string is invalid with respect to PaymentInstrumentTokenLinks
-
toJson
public String toJson()
Convert an instance of PaymentInstrumentTokenLinks to an JSON string- Returns:
- JSON string
-
-