public class CreatePaymentsAndCloseOrderResponse extends Object implements Serializable
Java class for createPaymentsAndCloseOrderResponse complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected PaymentAndCloseOrderResult |
paymentAndCloseOrderResult |
Constructor and Description |
---|
CreatePaymentsAndCloseOrderResponse() |
Modifier and Type | Method and Description |
---|---|
PaymentAndCloseOrderResult |
getPaymentAndCloseOrderResult()
Gets the value of the paymentAndCloseOrderResult property.
|
void |
setPaymentAndCloseOrderResult(PaymentAndCloseOrderResult value)
Sets the value of the paymentAndCloseOrderResult property.
|
protected PaymentAndCloseOrderResult paymentAndCloseOrderResult
public PaymentAndCloseOrderResult getPaymentAndCloseOrderResult()
PaymentAndCloseOrderResult
public void setPaymentAndCloseOrderResult(PaymentAndCloseOrderResult value)
value
- allowed object is
PaymentAndCloseOrderResult
Copyright © 2021. All rights reserved.