| 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,
Money appFeeMoney,
ShippingFee shippingFee,
Boolean enableCoupon,
Boolean enableLoyalty)
Initialization constructor.
|
CheckoutOptions(io.apimatic.core.types.OptionalNullable<Boolean> allowTipping,
io.apimatic.core.types.OptionalNullable<List<CustomField>> customFields,
io.apimatic.core.types.OptionalNullable<String> subscriptionPlanId,
io.apimatic.core.types.OptionalNullable<String> redirectUrl,
io.apimatic.core.types.OptionalNullable<String> merchantSupportEmail,
io.apimatic.core.types.OptionalNullable<Boolean> askForShippingAddress,
AcceptedPaymentMethods acceptedPaymentMethods,
Money appFeeMoney,
ShippingFee shippingFee,
io.apimatic.core.types.OptionalNullable<Boolean> enableCoupon,
io.apimatic.core.types.OptionalNullable<Boolean> enableLoyalty)
Internal initialization constructor.
|
Copyright © 2023. All rights reserved.