| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CustomField |
CustomField.Builder.build()
Builds a new
CustomField object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<CustomField> |
CheckoutOptions.getCustomFields()
Getter for CustomFields.
|
protected io.apimatic.core.types.OptionalNullable<List<CustomField>> |
CheckoutOptions.internalGetCustomFields()
Internal Getter for CustomFields.
|
| Modifier and Type | Method and Description |
|---|---|
CheckoutOptions.Builder |
CheckoutOptions.Builder.customFields(List<CustomField> customFields)
Setter for customFields.
|
| 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.