Package | Description |
---|---|
com.worldline.connect.sdk.java.v1.domain |
Modifier and Type | Class and Description |
---|---|
class |
PaymentResponse |
Modifier and Type | Method and Description |
---|---|
Payment |
CancelPaymentResponse.getPayment()
Object that holds the payment related properties
|
Payment |
CancelApprovalPaymentResponse.getPayment()
Object that holds the payment related properties
|
Payment |
CreatePaymentResult.getPayment()
Object that holds the payment related properties
|
Payment |
CreatedPaymentOutput.getPayment()
Object that holds the payment data
|
Payment |
PaymentApprovalResponse.getPayment()
Object that holds the payment data
|
Modifier and Type | Method and Description |
---|---|
List<Payment> |
FindPaymentsResponse.getPayments()
A list of payments that matched your filter, starting at the given offset and limited to the given limit.
|
Modifier and Type | Method and Description |
---|---|
void |
CancelPaymentResponse.setPayment(Payment value)
Object that holds the payment related properties
|
void |
CancelApprovalPaymentResponse.setPayment(Payment value)
Object that holds the payment related properties
|
void |
CreatePaymentResult.setPayment(Payment value)
Object that holds the payment related properties
|
void |
CreatedPaymentOutput.setPayment(Payment value)
Object that holds the payment data
|
void |
PaymentApprovalResponse.setPayment(Payment value)
Object that holds the payment data
|
Modifier and Type | Method and Description |
---|---|
void |
FindPaymentsResponse.setPayments(List<Payment> value)
A list of payments that matched your filter, starting at the given offset and limited to the given limit.
|
Copyright © 2024 Worldline Global Collect. All rights reserved.