| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
AcceptedPaymentMethods |
AcceptedPaymentMethods.Builder.build()
Builds a new
AcceptedPaymentMethods object using the set fields. |
AcceptedPaymentMethods |
CheckoutOptions.getAcceptedPaymentMethods()
Getter for AcceptedPaymentMethods.
|
| Modifier and Type | Method and Description |
|---|---|
CheckoutOptions.Builder |
CheckoutOptions.Builder.acceptedPaymentMethods(AcceptedPaymentMethods acceptedPaymentMethods)
Setter for acceptedPaymentMethods.
|
| Constructor and Description |
|---|
CheckoutOptions(Boolean allowTipping,
List<CustomField> customFields,
String subscriptionPlanId,
String redirectUrl,
String merchantSupportEmail,
Boolean askForShippingAddress,
AcceptedPaymentMethods acceptedPaymentMethods)
Initialization constructor.
|
Copyright © 2022. All rights reserved.