public class SaveCardOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SaveCardOptions.Builder
Class to build instances of
SaveCardOptions. |
| Modifier | Constructor and Description |
|---|---|
protected |
SaveCardOptions(String customerId,
String cardId,
io.apimatic.core.types.OptionalNullable<String> referenceId)
Initialization constructor.
|
|
SaveCardOptions(String customerId,
String cardId,
String referenceId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCardId()
Getter for CardId.
|
String |
getCustomerId()
Getter for CustomerId.
|
String |
getReferenceId()
Getter for ReferenceId.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetReferenceId()
Internal Getter for ReferenceId.
|
SaveCardOptions.Builder |
toBuilder()
Builds a new
SaveCardOptions.Builder object. |
String |
toString()
Converts this SaveCardOptions into string format.
|
public SaveCardOptions(String customerId, String cardId, String referenceId)
customerId - String value for customerId.cardId - String value for cardId.referenceId - String value for referenceId.public String getCustomerId()
public String getCardId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetReferenceId()
public String getReferenceId()
public String toString()
public SaveCardOptions.Builder toBuilder()
SaveCardOptions.Builder object.
Creates the instance with the state of the current model.SaveCardOptions.Builder objectCopyright © 2024. All rights reserved.