Package model
Class PaymentInstrumentLinks
- java.lang.Object
-
- model.PaymentInstrumentLinks
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class PaymentInstrumentLinks 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 classPaymentInstrumentLinks.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 PaymentInstrumentLinks()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_SELF
public static final String SERIALIZED_NAME_SELF
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_AUTHORIZATIONS
public static final String SERIALIZED_NAME_AUTHORIZATIONS
- 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
-
SERIALIZED_NAME_APPLICATION
public static final String SERIALIZED_NAME_APPLICATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IDENTITY
public static final String SERIALIZED_NAME_IDENTITY
- See Also:
- Constant Field Values
-
-
Method Detail
-
self
public PaymentInstrumentLinks self(ApplicationLinksSelf self)
-
getSelf
@Nullable public ApplicationLinksSelf getSelf()
Get self- Returns:
- self
-
setSelf
public void setSelf(ApplicationLinksSelf self)
-
authorizations
public PaymentInstrumentLinks authorizations(PaymentInstrumentLinksAuthorizations authorizations)
-
getAuthorizations
@Nullable public PaymentInstrumentLinksAuthorizations getAuthorizations()
Get authorizations- Returns:
- authorizations
-
setAuthorizations
public void setAuthorizations(PaymentInstrumentLinksAuthorizations authorizations)
-
transfers
public PaymentInstrumentLinks transfers(PaymentInstrumentLinksTransfers transfers)
-
getTransfers
@Nullable public PaymentInstrumentLinksTransfers getTransfers()
Get transfers- Returns:
- transfers
-
setTransfers
public void setTransfers(PaymentInstrumentLinksTransfers transfers)
-
verifications
public PaymentInstrumentLinks verifications(MerchantLinksVerifications verifications)
-
getVerifications
@Nullable public MerchantLinksVerifications getVerifications()
Get verifications- Returns:
- verifications
-
setVerifications
public void setVerifications(MerchantLinksVerifications verifications)
-
application
public PaymentInstrumentLinks application(MerchantLinksApplication application)
-
getApplication
@Nullable public MerchantLinksApplication getApplication()
Get application- Returns:
- application
-
setApplication
public void setApplication(MerchantLinksApplication application)
-
identity
public PaymentInstrumentLinks identity(MerchantLinksIdentity identity)
-
getIdentity
@Nullable public MerchantLinksIdentity getIdentity()
Get identity- Returns:
- identity
-
setIdentity
public void setIdentity(MerchantLinksIdentity identity)
-
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 PaymentInstrumentLinks
-
fromJson
public static PaymentInstrumentLinks fromJson(String jsonString) throws IOException
Create an instance of PaymentInstrumentLinks given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of PaymentInstrumentLinks
- Throws:
IOException- if the JSON string is invalid with respect to PaymentInstrumentLinks
-
toJson
public String toJson()
Convert an instance of PaymentInstrumentLinks to an JSON string- Returns:
- JSON string
-
-