Class PriceSupplierContractWithAcquirerResponse
java.lang.Object
travel.wink.sdk.payment.acquiring.model.PriceSupplierContractWithAcquirerResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-16T12:48:03.743368+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
ConstructorsConstructorDescriptionPriceSupplierContractWithAcquirerResponse(String displayCurrency, String sourceUrl, String traceId) -
Method Summary
Modifier and TypeMethodDescriptionaffiliateAccountIdentifier(String affiliateAccountIdentifier) affiliateAccountIdentifierType(PriceSupplierContractWithAcquirerResponse.AffiliateAccountIdentifierTypeEnum affiliateAccountIdentifierType) contract(PricedSupplierContractWithAcquirer contract) boolean@NotNull Stringaffiliate account making the requestType of identifier this is@NotNull @Valid PricedSupplierContractWithAcquirerGet contractThe desired quoteWhere did the booking occurIntegrator can choose to include a unique identifier to help identify the collection of bookingsinthashCode()voidsetAffiliateAccountIdentifier(String affiliateAccountIdentifier) voidsetAffiliateAccountIdentifierType(PriceSupplierContractWithAcquirerResponse.AffiliateAccountIdentifierTypeEnum affiliateAccountIdentifierType) voidtoString()
-
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() -
PriceSupplierContractWithAcquirerResponse
-
-
Method Details
-
affiliateAccountIdentifier
public PriceSupplierContractWithAcquirerResponse affiliateAccountIdentifier(String 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) -
getDisplayCurrency
The desired quote- Returns:
- displayCurrency
-
getSourceUrl
Where did the booking occur- Returns:
- sourceUrl
-
getTraceId
Integrator can choose to include a unique identifier to help identify the collection of bookings- Returns:
- traceId
-
contract
public PriceSupplierContractWithAcquirerResponse contract(PricedSupplierContractWithAcquirer contract) -
getContract
Get contract- Returns:
- contract
-
setContract
-
equals
-
hashCode
public int hashCode() -
toString
-