public class PostPaymentCredentialsRequest extends Object
| Constructor and Description |
|---|
PostPaymentCredentialsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPaymentCredentialType()
The type of payment credentials to be returned.
|
String |
getTransactionType()
Specifies the type of transaction for which the network token credentials are required.
|
int |
hashCode() |
PostPaymentCredentialsRequest |
paymentCredentialType(String paymentCredentialType) |
void |
setPaymentCredentialType(String paymentCredentialType) |
void |
setTransactionType(String transactionType) |
String |
toString() |
PostPaymentCredentialsRequest |
transactionType(String transactionType) |
public PostPaymentCredentialsRequest paymentCredentialType(String paymentCredentialType)
public String getPaymentCredentialType()
public void setPaymentCredentialType(String paymentCredentialType)
public PostPaymentCredentialsRequest transactionType(String transactionType)
public String getTransactionType()
public void setTransactionType(String transactionType)
Copyright © 2025. All rights reserved.