-
public final class SecureRemoteCommerceParameters
Parameters required to start Mastercard's click-to-pay flow.
-
-
Constructor Summary
Constructors Constructor Description SecureRemoteCommerceParameters(Integer amount)
-
Method Summary
Modifier and Type Method Description final Integer
component1()
final SecureRemoteCommerceParameters
copy(Integer amount)
final Integer
getAmount()
-
-
Constructor Detail
-
SecureRemoteCommerceParameters
SecureRemoteCommerceParameters(Integer amount)
- Parameters:
amount
- Amount of money that will be charged (i.e 100 in USD will be $1.
-
-
Method Detail
-
component1
final Integer component1()
-
copy
final SecureRemoteCommerceParameters copy(Integer amount)
- Parameters:
amount
- Amount of money that will be charged (i.e 100 in USD will be $1.
-
-
-
-