public static class CardPaymentTimeline.Builder extends Object
CardPaymentTimeline.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CardPaymentTimeline.Builder |
authorizedAt(String authorizedAt)
Setter for authorizedAt.
|
CardPaymentTimeline |
build()
Builds a new
CardPaymentTimeline object using the set fields. |
CardPaymentTimeline.Builder |
capturedAt(String capturedAt)
Setter for capturedAt.
|
CardPaymentTimeline.Builder |
voidedAt(String voidedAt)
Setter for voidedAt.
|
public CardPaymentTimeline.Builder authorizedAt(String authorizedAt)
authorizedAt - String value for authorizedAt.public CardPaymentTimeline.Builder capturedAt(String capturedAt)
capturedAt - String value for capturedAt.public CardPaymentTimeline.Builder voidedAt(String voidedAt)
voidedAt - String value for voidedAt.public CardPaymentTimeline build()
CardPaymentTimeline object using the set fields.CardPaymentTimelineCopyright © 2022. All rights reserved.