public class TransactionCreateRequest extends WebpayApiRequest
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionCreateRequest.Detail
This class represents the detail of a transaction.
|
| Constructor and Description |
|---|
TransactionCreateRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setDetails(String serviceId,
String cardHolderId,
String cardHolderName,
String cardHolderLastName1,
String cardHolderLastName2,
String cardHolderMail,
String cellphoneNumber,
String expirationDate,
String commerceMail,
boolean ufFlag)
Sets the details for the transaction.
|
public void setDetails(String serviceId, String cardHolderId, String cardHolderName, String cardHolderLastName1, String cardHolderLastName2, String cardHolderMail, String cellphoneNumber, String expirationDate, String commerceMail, boolean ufFlag)
serviceId - The service ID.cardHolderId - The card holder ID.cardHolderName - The card holder name.cardHolderLastName1 - The card holder's first last name.cardHolderLastName2 - The card holder's second last name.cardHolderMail - The card holder's mail.cellphoneNumber - The cellphone number.expirationDate - The expiration date.commerceMail - The commerce mail.ufFlag - The UF flag.Copyright © 2018–2024. All rights reserved.