LUOrder Class Reference
| Inherits from | LUAPIModel : NSObject | 
| Declared in | LUOrder.h LUOrder.m  | 
Tasks
- 
	
		
balanceproperty - 
	
		
bundleClosedDateproperty - 
	
		
bundleDescriptorproperty - 
	
		
contributionproperty - 
	
		
contributionTargetNameproperty - 
	
		
createdDateproperty - 
	
		
creditproperty - 
	
		
earnproperty - 
	
		
identifierFromMerchantproperty - 
	
		
itemsproperty - 
	
		
locationExtendedAddressproperty - 
	
		
locationIDproperty - 
	
		
locationLocalityproperty - 
	
		
locationNameproperty - 
	
		
locationPostalCodeproperty - 
	
		
locationRegionproperty - 
	
		
locationStreetAddressproperty - 
	
		
merchantIDproperty - 
	
		
merchantNameproperty - 
	
		
refundedDateproperty - 
	
		
spendproperty - 
	
		
tipproperty - 
	
		
totalproperty - 
	
		
transactedDateproperty - 
	
		
UUIDproperty - 
	
		
– closed - 
	
		
– hasContribution - 
	
		
– hasEarnedCredit - 
	
		
– hasNonZeroBalance - 
	
		
– hasTipApplied - 
	
		
– hasUsedCredit - 
	
		
– imageURL - 
	
		
– singleLineAddress - 
	
		
– wasRefunded 
Properties
UUID
The unique identifier for this order.
@property (nonatomic, copy, readonly) NSString *UUIDDiscussion
The unique identifier for this order.
Declared In
LUOrder.hbalance
The amount of money that will be (or has been) charged to the user for this order.
@property (nonatomic, strong, readonly) LUMonetaryValue *balanceDiscussion
The amount of money that will be (or has been) charged to the user for this order.
Declared In
LUOrder.hbundleClosedDate
@property (nonatomic, copy, readonly) NSDate *bundleClosedDateDiscussion
The date that this order’s bundle was closed. If this is nil, then this order hasn’t been closed.
Declared In
LUOrder.hbundleDescriptor
The descriptor that will appear on the user’s statement, if this order has been closed.
@property (nonatomic, copy, readonly) NSString *bundleDescriptorDiscussion
The descriptor that will appear on the user’s statement, if this order has been closed.
Declared In
LUOrder.hcontribution
The contribution associated with this order (if one was made).
@property (nonatomic, strong, readonly) LUMonetaryValue *contributionDiscussion
The contribution associated with this order (if one was made).
Declared In
LUOrder.hcontributionTargetName
The name of the contribution associated with this order, if one was made.
@property (nonatomic, strong, readonly) NSString *contributionTargetNameDiscussion
The name of the contribution associated with this order, if one was made.
Declared In
LUOrder.hcreatedDate
The date that this order was created.
@property (nonatomic, copy, readonly) NSDate *createdDateDiscussion
The date that this order was created.
Declared In
LUOrder.hcredit
The amount of credit applied to this order.
@property (nonatomic, strong, readonly) LUMonetaryValue *creditDiscussion
The amount of credit applied to this order.
Declared In
LUOrder.hearn
The amount of credit the user earned with this purchase.
@property (nonatomic, strong, readonly) LUMonetaryValue *earnDiscussion
The amount of credit the user earned with this purchase.
Declared In
LUOrder.hidentifierFromMerchant
An optional identifier from the merchant at which the order was placed.
@property (nonatomic, copy, readonly) NSString *identifierFromMerchantDiscussion
An optional identifier from the merchant at which the order was placed.
Declared In
LUOrder.hitems
An optional array of LUOrderItem instances.
@property (nonatomic, strong, readonly) NSArray *itemsDiscussion
An optional array of LUOrderItem instances.
Declared In
LUOrder.hlocationExtendedAddress
An optional “extended” address for the location at which this order was made. An example would be an apartment number.
@property (nonatomic, copy, readonly) NSString *locationExtendedAddressDiscussion
An optional “extended” address for the location at which this order was made. An example would be an apartment number.
Declared In
LUOrder.hlocationID
The ID of the location at which this order was made.
@property (nonatomic, copy, readonly) NSNumber *locationIDDiscussion
The ID of the location at which this order was made.
Declared In
LUOrder.hlocationLocality
The town or city of the location at which this order was made.
@property (nonatomic, copy, readonly) NSString *locationLocalityDiscussion
The town or city of the location at which this order was made.
Declared In
LUOrder.hlocationName
The name of the location at which this order was made.
@property (nonatomic, copy, readonly) NSString *locationNameDiscussion
The name of the location at which this order was made.
Declared In
LUOrder.hlocationPostalCode
The postal code of the location at which this order was made.
@property (nonatomic, copy, readonly) NSString *locationPostalCodeDiscussion
The postal code of the location at which this order was made.
Declared In
LUOrder.hlocationRegion
The region of the location at which this order was made.
@property (nonatomic, copy, readonly) NSString *locationRegionDiscussion
The region of the location at which this order was made.
Declared In
LUOrder.hlocationStreetAddress
The street address of the location at which this order was made.
@property (nonatomic, copy, readonly) NSString *locationStreetAddressDiscussion
The street address of the location at which this order was made.
Declared In
LUOrder.hmerchantID
The ID of the merchant at which this order was made.
@property (nonatomic, copy, readonly) NSNumber *merchantIDDiscussion
The ID of the merchant at which this order was made.
Declared In
LUOrder.hmerchantName
The name of the merchant at which this order was made.
@property (nonatomic, copy, readonly) NSString *merchantNameDiscussion
The name of the merchant at which this order was made.
Declared In
LUOrder.hrefundedDate
If this order has been refunded, the date that this order was refunded. If the order hasn’t been
refunded, this will be nil.
@property (nonatomic, copy, readonly) NSDate *refundedDateDiscussion
If this order has been refunded, the date that this order was refunded. If the order hasn’t been
refunded, this will be nil.
Declared In
LUOrder.hspend
The amount the user spent for this order, not including tip.
@property (nonatomic, strong, readonly) LUMonetaryValue *spendDiscussion
The amount the user spent for this order, not including tip.
Declared In
LUOrder.htip
The tip made for this order.
@property (nonatomic, strong, readonly) LUMonetaryValue *tipDiscussion
The tip made for this order.
Declared In
LUOrder.hInstance Methods
closed
Specifies if an order is closed.
- (BOOL)closedDiscussion
Specifies if an order is closed.
Declared In
LUOrder.hhasContribution
Specifies if a contribution was made on this order.
- (BOOL)hasContributionDiscussion
Specifies if a contribution was made on this order.
Declared In
LUOrder.hhasEarnedCredit
Specifies if the user earned credit on this order.
- (BOOL)hasEarnedCreditDiscussion
Specifies if the user earned credit on this order.
Declared In
LUOrder.hhasNonZeroBalance
Specifies if this order has a non-zero balance.
- (BOOL)hasNonZeroBalanceDiscussion
Specifies if this order has a non-zero balance.
Declared In
LUOrder.hhasTipApplied
Specifies if this order included a tip.
- (BOOL)hasTipAppliedDiscussion
Specifies if this order included a tip.
Declared In
LUOrder.hhasUsedCredit
Specifies if credit was used on this order.
- (BOOL)hasUsedCreditDiscussion
Specifies if credit was used on this order.
Declared In
LUOrder.himageURL
An associated image for the order’s location. Will automatically return a retina or non-retina scaled image based on the screen scale of the device. The resolution is 320x212.
- (NSURL *)imageURLDiscussion
An associated image for the order’s location. Will automatically return a retina or non-retina scaled image based on the screen scale of the device. The resolution is 320x212.
Declared In
LUOrder.hsingleLineAddress
A helper method which returns all the address fields in one line. The format is
“
- (NSString *)singleLineAddressDiscussion
A helper method which returns all the address fields in one line. The format is
“
Declared In
LUOrder.h