public class SubsequentCardPaymentMethodSpecificInput extends Object
| Constructor and Description |
|---|
SubsequentCardPaymentMethodSpecificInput() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizationMode()
Determines the type of the authorization that will be used.
|
String |
getSchemeReferenceData()
This is the unique Scheme Reference Data from the initial transaction that was performed with a Strong Customer Authentication.
|
String |
getSubsequentType()
Determines the type of the subsequent that will be used.
|
String |
getToken()
ID of the token to use to create the payment.
|
String |
getTransactionChannel()
Indicates the channel via which the payment is created.
|
void |
setAuthorizationMode(String value)
Determines the type of the authorization that will be used.
|
void |
setSchemeReferenceData(String value)
This is the unique Scheme Reference Data from the initial transaction that was performed with a Strong Customer Authentication.
|
void |
setSubsequentType(String value)
Determines the type of the subsequent that will be used.
|
void |
setToken(String value)
ID of the token to use to create the payment.
|
void |
setTransactionChannel(String value)
Indicates the channel via which the payment is created.
|
SubsequentCardPaymentMethodSpecificInput |
withAuthorizationMode(String value)
Determines the type of the authorization that will be used.
|
SubsequentCardPaymentMethodSpecificInput |
withSchemeReferenceData(String value)
This is the unique Scheme Reference Data from the initial transaction that was performed with a Strong Customer Authentication.
|
SubsequentCardPaymentMethodSpecificInput |
withSubsequentType(String value)
Determines the type of the subsequent that will be used.
|
SubsequentCardPaymentMethodSpecificInput |
withToken(String value)
ID of the token to use to create the payment.
|
SubsequentCardPaymentMethodSpecificInput |
withTransactionChannel(String value)
Indicates the channel via which the payment is created.
|
public SubsequentCardPaymentMethodSpecificInput()
public String getAuthorizationMode()
public void setAuthorizationMode(String value)
public SubsequentCardPaymentMethodSpecificInput withAuthorizationMode(String value)
public String getSchemeReferenceData()
public void setSchemeReferenceData(String value)
public SubsequentCardPaymentMethodSpecificInput withSchemeReferenceData(String value)
public String getSubsequentType()
public void setSubsequentType(String value)
public SubsequentCardPaymentMethodSpecificInput withSubsequentType(String value)
public String getToken()
public void setToken(String value)
public SubsequentCardPaymentMethodSpecificInput withToken(String value)
public String getTransactionChannel()
public void setTransactionChannel(String value)
public SubsequentCardPaymentMethodSpecificInput withTransactionChannel(String value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.