CreateAuthorizeRequest
public CreateAuthorizeRequest(@NonNull
java.math.BigDecimal amount,
@NonNull
java.lang.String currency,
@NonNull
Customer customer,
@NonNull
java.math.BigDecimal fee,
@NonNull
Order order,
@NonNull
TrackingURL redirect,
@Nullable
TrackingURL post,
@NonNull
SourceRequest source,
@Nullable
java.lang.String description,
@Nullable
java.util.HashMap<java.lang.String,java.lang.String> metadata,
@Nullable
Reference reference,
@NonNull
boolean saveCard,
@Nullable
java.lang.String statementDescriptor,
@Nullable
boolean threeDSecure,
@Nullable
Receipt receipt,
@NonNull
AuthorizeAction authorizeAction,
@Nullable
Destinations destinations)
Instantiates a new Create authorize request.
- Parameters:
amount
- the amount
currency
- the currency
customer
- the customer
fee
- the fee
order
- the order
redirect
- the redirect
post
- the post
source
- the source
description
- the description
metadata
- the metadata
reference
- the reference
saveCard
- the save card
statementDescriptor
- the statement descriptor
threeDSecure
- the three d secure
receipt
- the receipt
authorizeAction
- the authorize action
destinations
- the destinations object