Skip to content

Commit

Permalink
docs: revert previous javadocs for setDetails on TransactionCreateReq…
Browse files Browse the repository at this point in the history
…uest
  • Loading branch information
tribiec committed Mar 22, 2024
1 parent bfcb878 commit 528e4bf
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,16 @@ public class TransactionCreateRequest extends WebpayApiRequest {

/**
* Sets the details for the transaction.
* @param detail The details for the transaction.
* @param serviceId The service ID.
* @param cardHolderId The card holder ID.
* @param cardHolderName The card holder name.
* @param cardHolderLastName1 The card holder's first last name.
* @param cardHolderLastName2 The card holder's second last name.
* @param cardHolderMail The card holder's mail.
* @param cellphoneNumber The cellphone number.
* @param expirationDate The expiration date.
* @param commerceMail The commerce mail.
* @param ufFlag The UF flag.
*/

public void setDetails(
Expand Down

0 comments on commit 528e4bf

Please sign in to comment.