PPRetailInvoiceCustomAmount Class Reference

Inherits from PPRetailObject : NSObject
Declared in PPRetailInvoiceCustomAmount.h

Overview

Container for custom amounts on invoices

  label

Custom amount label

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

Discussion

Custom amount label

Declared In

PPRetailInvoiceCustomAmount.h

  amount

this is an amount object on the server which has a string for currency, and value

@property (nonatomic, strong, nullable) NSDecimalNumber *amount

Discussion

this is an amount object on the server which has a string for currency, and value

Declared In

PPRetailInvoiceCustomAmount.h