public class ApprovePaymentRequest extends Object
Constructor and Description |
---|
ApprovePaymentRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getAmount()
In case you want to approve the capture of a different lower amount you can specify this here (specified in cents, where single digit currencies are presumed to have 2 digits)
|
ApprovePaymentNonSepaDirectDebitPaymentMethodSpecificInput |
getDirectDebitPaymentMethodSpecificInput()
Object that holds non-SEPA Direct Debit specific input data
|
OrderApprovePayment |
getOrder()
Object that holds the order data
|
ApprovePaymentSepaDirectDebitPaymentMethodSpecificInput |
getSepaDirectDebitPaymentMethodSpecificInput()
Object that holds SEPA Direct Debit specific input data
|
void |
setAmount(Long value)
In case you want to approve the capture of a different lower amount you can specify this here (specified in cents, where single digit currencies are presumed to have 2 digits)
|
void |
setDirectDebitPaymentMethodSpecificInput(ApprovePaymentNonSepaDirectDebitPaymentMethodSpecificInput value)
Object that holds non-SEPA Direct Debit specific input data
|
void |
setOrder(OrderApprovePayment value)
Object that holds the order data
|
void |
setSepaDirectDebitPaymentMethodSpecificInput(ApprovePaymentSepaDirectDebitPaymentMethodSpecificInput value)
Object that holds SEPA Direct Debit specific input data
|
public Long getAmount()
public void setAmount(Long value)
public ApprovePaymentNonSepaDirectDebitPaymentMethodSpecificInput getDirectDebitPaymentMethodSpecificInput()
public void setDirectDebitPaymentMethodSpecificInput(ApprovePaymentNonSepaDirectDebitPaymentMethodSpecificInput value)
public OrderApprovePayment getOrder()
public void setOrder(OrderApprovePayment value)
public ApprovePaymentSepaDirectDebitPaymentMethodSpecificInput getSepaDirectDebitPaymentMethodSpecificInput()
public void setSepaDirectDebitPaymentMethodSpecificInput(ApprovePaymentSepaDirectDebitPaymentMethodSpecificInput value)
Copyright © 2024 Worldline Global Collect. All rights reserved.