Package io.trippay.sdk.payment.model
Class VerifyAccountRequest
java.lang.Object
io.trippay.sdk.payment.model.VerifyAccountRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-03T09:25:34.975208328+07:00[Asia/Bangkok]")
public class VerifyAccountRequest
extends Object
VerifyAccountRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe method which the account holder whishes to be paid.static enumWhether the account is a company or individual. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddress(UpsertAddressRequest address) disbursementType(VerifyAccountRequest.DisbursementTypeEnum disbursementType) boolean@Valid UpsertAddressRequestGet addressThe method which the account holder whishes to be paid.@Valid LocalDategetDob()Date of birth in the case of an individual.Whether the account is a company or individual.Either the TIN (individual) or the EIN (company) number of the individual.inthashCode()ownerType(VerifyAccountRequest.OwnerTypeEnum ownerType) ownerTypeIdentifier(String ownerTypeIdentifier) voidsetAddress(UpsertAddressRequest address) voidsetDisbursementType(VerifyAccountRequest.DisbursementTypeEnum disbursementType) voidvoidsetOwnerType(VerifyAccountRequest.OwnerTypeEnum ownerType) voidsetOwnerTypeIdentifier(String ownerTypeIdentifier) toString()
-
Field Details
-
JSON_PROPERTY_ADDRESS
- See Also:
-
JSON_PROPERTY_OWNER_TYPE
- See Also:
-
JSON_PROPERTY_OWNER_TYPE_IDENTIFIER
- See Also:
-
JSON_PROPERTY_DOB
- See Also:
-
JSON_PROPERTY_DISBURSEMENT_TYPE
- See Also:
-
-
Constructor Details
-
VerifyAccountRequest
public VerifyAccountRequest()
-
-
Method Details
-
address
-
getAddress
-
setAddress
-
ownerType
-
getOwnerType
Whether the account is a company or individual.- Returns:
- ownerType
-
setOwnerType
-
ownerTypeIdentifier
-
getOwnerTypeIdentifier
Either the TIN (individual) or the EIN (company) number of the individual.- Returns:
- ownerTypeIdentifier
-
setOwnerTypeIdentifier
-
dob
-
getDob
Date of birth in the case of an individual.- Returns:
- dob
-
setDob
-
disbursementType
public VerifyAccountRequest disbursementType(VerifyAccountRequest.DisbursementTypeEnum disbursementType) -
getDisbursementType
The method which the account holder whishes to be paid.- Returns:
- disbursementType
-
setDisbursementType
-
equals
-
hashCode
-
toString
-