Class PriceSupplierContractWithAcquirerResponse
java.lang.Object
travel.wink.sdk.payment.acquiring.model.PriceSupplierContractWithAcquirerResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-05-28T13:50:07.346586+07:00[Asia/Bangkok]")
public class PriceSupplierContractWithAcquirerResponse
extends Object
PriceSupplierContractWithAcquirerResponse
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPriceSupplierContractWithAcquirerResponse(String apiKey, String displayCurrency, String sourceUrl, String traceId) -
Method Summary
Modifier and TypeMethodDescriptioncontract(PricedSupplierContractWithAcquirer contract) booleanAPI key for the integrating account making the call@NotNull @Valid PricedSupplierContractWithAcquirerGet contractThe desired quoteWhere did the booking occurIntegrator can choose to include a unique identifier to help identify the collection of bookingsinthashCode()voidtoString()
-
Field Details
-
JSON_PROPERTY_API_KEY
- 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
-
getApiKey
API key for the integrating account making the call- Returns:
- apiKey
-
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
-