public class CardPaymentTimeline extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CardPaymentTimeline.Builder
Class to build instances of
CardPaymentTimeline. |
| Constructor and Description |
|---|
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() |
CardPaymentTimeline.Builder |
toBuilder()
Builds a new
CardPaymentTimeline.Builder object. |
String |
toString()
Converts this CardPaymentTimeline into string format.
|
public String getAuthorizedAt()
public String getCapturedAt()
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 © 2022. All rights reserved.