InvoiceProfile

Contains high-level information about the invoice receiver.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account ID the invoice profile is generated for.

Link copied to clipboard

This specifies the issuing entity of the invoice.

Link copied to clipboard

The address of the receiver that will be printed on the invoice.

Link copied to clipboard

The email address for the invoice profile receiver.

Link copied to clipboard

The name of the person receiving the invoice profile.

Link copied to clipboard

Your Tax Registration Number (TRN) information.

Functions

Link copied to clipboard
inline fun copy(block: InvoiceProfile.Builder.() -> Unit = {}): InvoiceProfile
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String