Class PriceSupplierContractWithAcquirerResponse
java.lang.Object
io.trippay.sdk.payment.acquiring.model.PriceSupplierContractWithAcquirerResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-18T09:26:01.256708606+07:00[Asia/Bangkok]")
public class PriceSupplierContractWithAcquirerResponse
extends Object
PriceSupplierContractWithAcquirerResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of identifier this is -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaffiliateAccountIdentifier(UUID affiliateAccountIdentifier) affiliateAccountIdentifierType(PriceSupplierContractWithAcquirerResponse.AffiliateAccountIdentifierTypeEnum affiliateAccountIdentifierType) contract(PricedSupplierContractWithAcquirer contract) displayCurrency(String displayCurrency) boolean@NotNull @Valid UUIDaffiliate account making the requestType of identifier this is@NotNull @Valid PricedSupplierContractWithAcquirerGet contract@NotNull StringThe desired quote@NotNull StringWhere did the booking occur@NotNull StringIntegrator can choose to include a unique identifier to help identify the collection of bookingsinthashCode()voidsetAffiliateAccountIdentifier(UUID affiliateAccountIdentifier) voidsetAffiliateAccountIdentifierType(PriceSupplierContractWithAcquirerResponse.AffiliateAccountIdentifierTypeEnum affiliateAccountIdentifierType) voidvoidsetDisplayCurrency(String displayCurrency) voidsetSourceUrl(String sourceUrl) voidsetTraceId(String traceId) toString()
-
Field Details
-
JSON_PROPERTY_AFFILIATE_ACCOUNT_IDENTIFIER
- See Also:
-
JSON_PROPERTY_AFFILIATE_ACCOUNT_IDENTIFIER_TYPE
- See Also:
-
JSON_PROPERTY_DISPLAY_CURRENCY
- See Also:
-
JSON_PROPERTY_SOURCE_URL
- See Also:
-
JSON_PROPERTY_TRACE_ID
- See Also:
-
JSON_PROPERTY_CONTRACT
- See Also:
-
-
Constructor Details
-
PriceSupplierContractWithAcquirerResponse
public PriceSupplierContractWithAcquirerResponse()
-
-
Method Details
-
affiliateAccountIdentifier
public PriceSupplierContractWithAcquirerResponse affiliateAccountIdentifier(UUID affiliateAccountIdentifier) -
getAffiliateAccountIdentifier
affiliate account making the request- Returns:
- affiliateAccountIdentifier
-
setAffiliateAccountIdentifier
-
affiliateAccountIdentifierType
public PriceSupplierContractWithAcquirerResponse affiliateAccountIdentifierType(PriceSupplierContractWithAcquirerResponse.AffiliateAccountIdentifierTypeEnum affiliateAccountIdentifierType) -
getAffiliateAccountIdentifierType
@Nonnull @NotNull public @NotNull PriceSupplierContractWithAcquirerResponse.AffiliateAccountIdentifierTypeEnum getAffiliateAccountIdentifierType()Type of identifier this is- Returns:
- affiliateAccountIdentifierType
-
setAffiliateAccountIdentifierType
public void setAffiliateAccountIdentifierType(PriceSupplierContractWithAcquirerResponse.AffiliateAccountIdentifierTypeEnum affiliateAccountIdentifierType) -
displayCurrency
-
getDisplayCurrency
The desired quote- Returns:
- displayCurrency
-
setDisplayCurrency
-
sourceUrl
-
getSourceUrl
Where did the booking occur- Returns:
- sourceUrl
-
setSourceUrl
-
traceId
-
getTraceId
Integrator can choose to include a unique identifier to help identify the collection of bookings- Returns:
- traceId
-
setTraceId
-
contract
public PriceSupplierContractWithAcquirerResponse contract(PricedSupplierContractWithAcquirer contract) -
getContract
Get contract- Returns:
- contract
-
setContract
-
equals
-
hashCode
public int hashCode() -
toString
-