public class PaymentOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentOptions.Builder
Class to build instances of
PaymentOptions. |
| Constructor and Description |
|---|
PaymentOptions(Boolean autocomplete,
String delayDuration,
Boolean acceptPartialAuthorization)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getAcceptPartialAuthorization()
Getter for AcceptPartialAuthorization.
|
Boolean |
getAutocomplete()
Getter for Autocomplete.
|
String |
getDelayDuration()
Getter for DelayDuration.
|
int |
hashCode() |
PaymentOptions.Builder |
toBuilder()
Builds a new
PaymentOptions.Builder object. |
String |
toString()
Converts this PaymentOptions into string format.
|
public PaymentOptions(Boolean autocomplete, String delayDuration, Boolean acceptPartialAuthorization)
autocomplete - Boolean value for autocomplete.delayDuration - String value for delayDuration.acceptPartialAuthorization - Boolean value for acceptPartialAuthorization.public Boolean getAutocomplete()
public String getDelayDuration()
public Boolean getAcceptPartialAuthorization()
public String toString()
public PaymentOptions.Builder toBuilder()
PaymentOptions.Builder object.
Creates the instance with the state of the current model.PaymentOptions.Builder objectCopyright © 2022. All rights reserved.