| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ShippingFee |
ShippingFee.Builder.build()
Builds a new
ShippingFee object using the set fields. |
ShippingFee |
CheckoutOptions.getShippingFee()
Getter for ShippingFee.
|
| Modifier and Type | Method and Description |
|---|---|
CheckoutOptions.Builder |
CheckoutOptions.Builder.shippingFee(ShippingFee shippingFee)
Setter for shippingFee.
|
| 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)
Initialization constructor.
|
Copyright © 2024. All rights reserved.