PrivateInvoiceInfo

An object representing a private invoice that can be added to Svea App Wallet.

PropertyDescriptionTypeOptional
emailThe user emailStringNo
isDefaultDefines if the private invoice is the default payment methodBooleanYes
Copy
Copied
struct PrivateInvoiceInfo {
    email: String
    isDefault: Bool
}