PPRetailInvoiceCCInfo Class Reference

Inherits from PPRetailObject : NSObject
Declared in PPRetailInvoiceCCInfo.h

Overview

Container for information about a person CC'ed on an invoice

  email

The email address of the merchant @required @length(1,260) @format(email)

@property (nonatomic, strong, nullable) NSString *email

Discussion

The email address of the merchant @required @length(1,260) @format(email)

Declared In

PPRetailInvoiceCCInfo.h

  firstName

The first name of the merchant @length(,30)

@property (nonatomic, strong, nullable) NSString *firstName

Discussion

The first name of the merchant @length(,30)

Declared In

PPRetailInvoiceCCInfo.h

  lastName

The last name of the merchant @length(,30)

@property (nonatomic, strong, nullable) NSString *lastName

Discussion

The last name of the merchant @length(,30)

Declared In

PPRetailInvoiceCCInfo.h

  address

The address of the merchant

@property (nonatomic, strong, nullable) PPRetailInvoiceAddress *address

Discussion

The address of the merchant

Declared In

PPRetailInvoiceCCInfo.h

  businessName

The business name of the merchant

@property (nonatomic, strong, nullable) NSString *businessName

Discussion

The business name of the merchant

Declared In

PPRetailInvoiceCCInfo.h

  phone

The phone number of the merchant

@property (nonatomic, strong, nullable) NSString *phone

Discussion

The phone number of the merchant

Declared In

PPRetailInvoiceCCInfo.h

  fax

The fax number of the merchant

@property (nonatomic, strong, nullable) NSString *fax

Discussion

The fax number of the merchant

Declared In

PPRetailInvoiceCCInfo.h

  website

The URL of the merchant website @format{url}

@property (nonatomic, strong, nullable) NSString *website

Discussion

The URL of the merchant website @format{url}

Declared In

PPRetailInvoiceCCInfo.h

  additionalInfo

option to display additional info such as business hours *

@property (nonatomic, strong, nullable) NSString *additionalInfo

Discussion

option to display additional info such as business hours *

Declared In

PPRetailInvoiceCCInfo.h