Modifier and Type | Field and Description |
---|---|
protected PaymentDetailResult |
CheckPaymentResponse.paymentDetailResult |
protected PaymentDetailResult |
CreatePaymentResponse.paymentDetailResult |
protected PaymentDetailResult |
GetPaymentDetailsResponse.paymentDetailResult |
protected PaymentDetailResult |
SearchPaymentsByCriteriaResponse.paymentDetailResult |
protected PaymentDetailResult |
UpdatePaymentsResponse.paymentDetailResult |
protected PaymentDetailResult |
UpdatePaymentsResponse.paymentDetailResult |
protected PaymentDetailResult |
SearchPaymentsByCriteriaResponse.paymentDetailResult |
protected PaymentDetailResult |
GetPaymentDetailsResponse.paymentDetailResult |
protected PaymentDetailResult |
CreatePaymentResponse.paymentDetailResult |
protected PaymentDetailResult |
CheckPaymentResponse.paymentDetailResult |
Modifier and Type | Method and Description |
---|---|
PaymentDetailResult |
CheckPaymentResponse.getPaymentDetailResult()
Gets the value of the paymentDetailResult property.
|
PaymentDetailResult |
CreatePaymentResponse.getPaymentDetailResult()
Gets the value of the paymentDetailResult property.
|
PaymentDetailResult |
GetPaymentDetailsResponse.getPaymentDetailResult()
Gets the value of the paymentDetailResult property.
|
PaymentDetailResult |
SearchPaymentsByCriteriaResponse.getPaymentDetailResult()
Gets the value of the paymentDetailResult property.
|
PaymentDetailResult |
UpdatePaymentsResponse.getPaymentDetailResult()
Gets the value of the paymentDetailResult property.
|
PaymentDetailResult |
UpdatePaymentsResponse.getPaymentDetailResult()
Gets the value of the paymentDetailResult property.
|
PaymentDetailResult |
SearchPaymentsByCriteriaResponse.getPaymentDetailResult()
Gets the value of the paymentDetailResult property.
|
PaymentDetailResult |
GetPaymentDetailsResponse.getPaymentDetailResult()
Gets the value of the paymentDetailResult property.
|
PaymentDetailResult |
CreatePaymentResponse.getPaymentDetailResult()
Gets the value of the paymentDetailResult property.
|
PaymentDetailResult |
CheckPaymentResponse.getPaymentDetailResult()
Gets the value of the paymentDetailResult property.
|
Modifier and Type | Method and Description |
---|---|
void |
CheckPaymentResponse.setPaymentDetailResult(PaymentDetailResult value)
Sets the value of the paymentDetailResult property.
|
void |
CreatePaymentResponse.setPaymentDetailResult(PaymentDetailResult value)
Sets the value of the paymentDetailResult property.
|
void |
GetPaymentDetailsResponse.setPaymentDetailResult(PaymentDetailResult value)
Sets the value of the paymentDetailResult property.
|
void |
SearchPaymentsByCriteriaResponse.setPaymentDetailResult(PaymentDetailResult value)
Sets the value of the paymentDetailResult property.
|
void |
UpdatePaymentsResponse.setPaymentDetailResult(PaymentDetailResult value)
Sets the value of the paymentDetailResult property.
|
void |
UpdatePaymentsResponse.setPaymentDetailResult(PaymentDetailResult value)
Sets the value of the paymentDetailResult property.
|
void |
SearchPaymentsByCriteriaResponse.setPaymentDetailResult(PaymentDetailResult value)
Sets the value of the paymentDetailResult property.
|
void |
GetPaymentDetailsResponse.setPaymentDetailResult(PaymentDetailResult value)
Sets the value of the paymentDetailResult property.
|
void |
CreatePaymentResponse.setPaymentDetailResult(PaymentDetailResult value)
Sets the value of the paymentDetailResult property.
|
void |
CheckPaymentResponse.setPaymentDetailResult(PaymentDetailResult value)
Sets the value of the paymentDetailResult property.
|
Modifier and Type | Method and Description |
---|---|
default PaymentDetailResult |
ExternalPaymentService.createPayment(Integer requestId,
Long orderId,
List<PaymentInfo> payments,
PaymentParameters paymentParams)
Create payment with specified parameters.
|
default PaymentDetailResult |
ExternalPaymentService.createPayment(Integer requestId,
Long orderId,
List<PaymentInfo> payments,
PaymentParameters paymentParams)
Create payment with specified parameters.
|
PaymentDetailResult |
ExternalPaymentService.searchPaymentsByCriteria(Integer requestId,
SearchPaymentsCriteria searchPaymentsCriteria,
Integer minIndex,
Integer nbMaxResults)
Allows to search payments according to a criteria.
|
PaymentDetailResult |
ExternalPaymentService.searchPaymentsByCriteria(Integer requestId,
SearchPaymentsCriteria searchPaymentsCriteria,
Integer minIndex,
Integer nbMaxResults)
Allows to search payments according to a criteria.
|
default PaymentDetailResult |
ExternalPaymentService.updatePayments(Integer requestId,
Long orderId,
List<PaymentDetail> payments) |
default PaymentDetailResult |
ExternalPaymentService.updatePayments(Integer requestId,
Long orderId,
List<PaymentDetail> payments) |
Modifier and Type | Method and Description |
---|---|
PaymentDetailResult |
ExternalPaymentServiceEmpty.createPayment(Integer requestId,
Long orderId,
List<PaymentInfo> payments,
PaymentParameters paymentParams)
Create payment with specified parameters.
|
PaymentDetailResult |
ExternalPaymentServiceEmpty.createPayment(Integer requestId,
Long orderId,
List<PaymentInfo> payments,
PaymentParameters paymentParams)
Create payment with specified parameters.
|
PaymentDetailResult |
ExternalPaymentServiceEmpty.searchPaymentsByCriteria(Integer requestId,
SearchPaymentsCriteria searchPaymentsCriteria,
Integer minIndex,
Integer nbMaxResults)
Allows to search payments according to a criteria.
|
PaymentDetailResult |
ExternalPaymentServiceEmpty.searchPaymentsByCriteria(Integer requestId,
SearchPaymentsCriteria searchPaymentsCriteria,
Integer minIndex,
Integer nbMaxResults)
Allows to search payments according to a criteria.
|
Copyright © 2021. All rights reserved.