Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Intent ¶
type Intent interface { GetGatewayReference() string GetConfirmationMethod() string GetNextAction() string IsOffSession() bool GetCreatedAt() time.Time GetCustomer() appcustomer.Customer GetSource() apppaymentsource.Source GetAmount() appamount.Amount // From the status IsCanceled() bool IsSucceeded() bool RequiresCapture() bool RequiresConfirmation() bool }
func FromStripeToAppIntent ¶
func FromStripeToAppIntent(intent stripe.PaymentIntent) Intent
Click to show internal directories.
Click to hide internal directories.