public class ConfirmOrderRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfirmOrderRequest.Builder
Class to build instances of
ConfirmOrderRequest. |
| Constructor and Description |
|---|
ConfirmOrderRequest()
Default constructor.
|
ConfirmOrderRequest(PaymentSource paymentSource,
OrderConfirmApplicationContext applicationContext)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
OrderConfirmApplicationContext |
getApplicationContext()
Getter for ApplicationContext.
|
PaymentSource |
getPaymentSource()
Getter for PaymentSource.
|
void |
setApplicationContext(OrderConfirmApplicationContext applicationContext)
Setter for ApplicationContext.
|
void |
setPaymentSource(PaymentSource paymentSource)
Setter for PaymentSource.
|
ConfirmOrderRequest.Builder |
toBuilder()
Builds a new
ConfirmOrderRequest.Builder object. |
String |
toString()
Converts this ConfirmOrderRequest into string format.
|
public ConfirmOrderRequest()
public ConfirmOrderRequest(PaymentSource paymentSource, OrderConfirmApplicationContext applicationContext)
paymentSource - PaymentSource value for paymentSource.applicationContext - OrderConfirmApplicationContext value for applicationContext.public PaymentSource getPaymentSource()
public void setPaymentSource(PaymentSource paymentSource)
paymentSource - Value for PaymentSourcepublic OrderConfirmApplicationContext getApplicationContext()
public void setApplicationContext(OrderConfirmApplicationContext applicationContext)
applicationContext - Value for OrderConfirmApplicationContextpublic String toString()
public ConfirmOrderRequest.Builder toBuilder()
ConfirmOrderRequest.Builder object.
Creates the instance with the state of the current model.ConfirmOrderRequest.Builder objectCopyright © 2025. All rights reserved.