PaymentForm
public struct PaymentForm : Codable, Equatable, FunctionResultContains information about an invoice payment form
- 
                  
                  Full information of the invoice DeclarationSwift public let invoice: Invoice
- 
                  
                  Payment form URL DeclarationSwift public let url: String
- 
                  
                  Contains information about the payment provider, if available, to support it natively without the need for opening the URL; may be null DeclarationSwift public let paymentsProvider: PaymentsProviderStripe?
- 
                  
                  Saved server-side order information; may be null DeclarationSwift public let savedOrderInfo: OrderInfo?
- 
                  
                  Contains information about saved card credentials; may be null DeclarationSwift public let savedCredentials: SavedCredentials?
- 
                  
                  True, if the user can choose to save credentials DeclarationSwift public let canSaveCredentials: Bool
- 
                  
                  True, if the user will be able to save credentials protected by a password they set up DeclarationSwift public let needPassword: Bool
- 
                  
                  Contains information about an invoice payment form DeclarationSwift public init(invoice: Invoice, url: String, paymentsProvider: PaymentsProviderStripe?, savedOrderInfo: OrderInfo?, savedCredentials: SavedCredentials?, canSaveCredentials: Bool, needPassword: Bool)ParametersinvoiceFull information of the invoice urlPayment form URL paymentsProviderContains information about the payment provider, if available, to support it natively without the need for opening the URL; may be null savedOrderInfoSaved server-side order information; may be null savedCredentialsContains information about saved card credentials; may be null canSaveCredentialsTrue, if the user can choose to save credentials needPasswordTrue, if the user will be able to save credentials protected by a password they set up 
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           PaymentForm Structure Reference
      PaymentForm Structure Reference