public class CardPaymentTimeline extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CardPaymentTimeline.Builder
Class to build instances of
CardPaymentTimeline. |
| Modifier | Constructor and Description |
|---|---|
protected |
CardPaymentTimeline(io.apimatic.core.types.OptionalNullable<String> authorizedAt,
io.apimatic.core.types.OptionalNullable<String> capturedAt,
io.apimatic.core.types.OptionalNullable<String> voidedAt)
Initialization constructor.
|
|
CardPaymentTimeline(String authorizedAt,
String capturedAt,
String voidedAt)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAuthorizedAt()
Getter for AuthorizedAt.
|
String |
getCapturedAt()
Getter for CapturedAt.
|
String |
getVoidedAt()
Getter for VoidedAt.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetAuthorizedAt()
Internal Getter for AuthorizedAt.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetCapturedAt()
Internal Getter for CapturedAt.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetVoidedAt()
Internal Getter for VoidedAt.
|
CardPaymentTimeline.Builder |
toBuilder()
Builds a new
CardPaymentTimeline.Builder object. |
String |
toString()
Converts this CardPaymentTimeline into string format.
|
public CardPaymentTimeline(String authorizedAt, String capturedAt, String voidedAt)
authorizedAt - String value for authorizedAt.capturedAt - String value for capturedAt.voidedAt - String value for voidedAt.protected CardPaymentTimeline(io.apimatic.core.types.OptionalNullable<String> authorizedAt, io.apimatic.core.types.OptionalNullable<String> capturedAt, io.apimatic.core.types.OptionalNullable<String> voidedAt)
authorizedAt - String value for authorizedAt.capturedAt - String value for capturedAt.voidedAt - String value for voidedAt.protected io.apimatic.core.types.OptionalNullable<String> internalGetAuthorizedAt()
public String getAuthorizedAt()
protected io.apimatic.core.types.OptionalNullable<String> internalGetCapturedAt()
public String getCapturedAt()
protected io.apimatic.core.types.OptionalNullable<String> internalGetVoidedAt()
public String getVoidedAt()
public String toString()
public CardPaymentTimeline.Builder toBuilder()
CardPaymentTimeline.Builder object.
Creates the instance with the state of the current model.CardPaymentTimeline.Builder objectCopyright © 2024. All rights reserved.