You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Present examples are confusing as the object StripeEvent is missing.
ive spotted it: Sources/StripeKit/Core Resources/Events/Event.swift
from: git checkout f3ef1abca2db02b363bcccf7e527a0e2acd9baa8
but cant make out where it currently is.
creating one bloats codebase
structPayment:Codable{letid:Stringletobject:String // Always "payment_intent"
letamount:IntletamountCapturable:Int?letamountReceived:Int?letapplication:String?letapplicationFeeAmount:Int?letcanceledAt:Date?letcancellationReason:String?letcaptureMethod:StringletclientSecret:String?letconfirmationMethod:Stringletcreated:Dateletcurrency:Currencyletcustomer:String?letdescription:String?letinvoice:String?letlastPaymentError:PaymentError?letlivemode:Boolletmetadata:[String:String]letnextAction:NextAction?letpaymentMethod:String?letpaymentMethodTypes:[String]letreceiptEmail:String?letsetup_future_usage:String?letshipping:Shipping?letstatus:PaymentIntentStatusenumPaymentIntentStatus:String,Codable{case requiresPaymentMethod ="requires_payment_method"case requiresConfirmation ="requires_confirmation"case requiresAction ="requires_action"case processing
case succeeded
case canceled
case requiresCapture ="requires_capture"}structPaymentError:Codable{lettype:Stringletcharge:String?letcode:StringletdeclineCode:String?letmessage:Stringletparam:String?}structNextAction:Codable{lettype:StringletredirectToUrl:RedirectToUrl?structRedirectToUrl:Codable{letreturnUrl:Stringleturl:String}}structShipping:Codable{letaddress:Addressletcarrier:String?letname:Stringletphone:String?lettrackingNumber:String?structAddress:Codable{letcity:String?letcountry:String?letline1:String?letline2:String?letpostalCode:String?letstate:String?}}}
The text was updated successfully, but these errors were encountered:
Present examples are confusing as the object StripeEvent is missing.
ive spotted it:
Sources/StripeKit/Core Resources/Events/Event.swift
from:
git checkout f3ef1abca2db02b363bcccf7e527a0e2acd9baa8
but cant make out where it currently is.
creating one bloats codebase
The text was updated successfully, but these errors were encountered: