PrivateInvoiceInfo
An object representing a private invoice that can be added to Svea App Wallet.
Property | Description | Type | Optional |
---|---|---|---|
The user email | String | No | |
isDefault | Defines if the private invoice is the default payment method | Boolean | Yes |
struct PrivateInvoiceInfo {
email: String
isDefault: Bool
}