Class CreateNmiSaleRequest
java.lang.Object
travel.wink.sdk.payment.acquiring.model.CreateNmiSaleRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-05-28T13:50:07.346586+07:00[Asia/Bangkok]")
public class CreateNmiSaleRequest
extends Object
CreateNmiSaleRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacquirerIdentifier(String acquirerIdentifier) cardholder(NmiCardholder cardholder) contract(RawSupplierContract contract) displayCurrency(String displayCurrency) boolean@NotNull StringAcquirer identifier to use for processing@NotNull StringAPI key for the integrating account making the call@NotNull @Valid NmiCardholderGet cardholder@NotNull @Valid RawSupplierContractGet contract@NotNull StringThe desired quote@NotNull StringWhere did the booking occur@NotNull @Valid NmiCreditCardTokengetToken()Get tokenIntegrator can choose to include a unique identifier to help identify the collection of bookingsinthashCode()voidsetAcquirerIdentifier(String acquirerIdentifier) voidvoidsetCardholder(NmiCardholder cardholder) voidsetContract(RawSupplierContract contract) voidsetDisplayCurrency(String displayCurrency) voidsetSourceUrl(String sourceUrl) voidsetToken(NmiCreditCardToken token) voidsetTraceId(String traceId) token(NmiCreditCardToken token) toString()
-
Field Details
-
JSON_PROPERTY_ACQUIRER_IDENTIFIER
- See Also:
-
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:
-
JSON_PROPERTY_TOKEN
- See Also:
-
JSON_PROPERTY_CARDHOLDER
- See Also:
-
-
Constructor Details
-
CreateNmiSaleRequest
public CreateNmiSaleRequest()
-
-
Method Details
-
acquirerIdentifier
-
getAcquirerIdentifier
Acquirer identifier to use for processing- Returns:
- acquirerIdentifier
-
setAcquirerIdentifier
-
apiKey
-
getApiKey
API key for the integrating account making the call- Returns:
- apiKey
-
setApiKey
-
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
-
getContract
Get contract- Returns:
- contract
-
setContract
-
token
-
getToken
Get token- Returns:
- token
-
setToken
-
cardholder
-
getCardholder
Get cardholder- Returns:
- cardholder
-
setCardholder
-
equals
-
hashCode
public int hashCode() -
toString
-