LUGiftCardOrderRequestFactory Class Reference
Inherits from | NSObject |
Declared in | LUGiftCardOrderRequestFactory.h LUGiftCardOrderRequestFactory.m |
Class Methods
requestToCreateGiftCardOrder:
Create and deliver the gift card represented in giftCardOrder
.
+ (LUAPIRequest *)requestToCreateGiftCardOrder:(LUGiftCardOrder *)giftCardOrder
Parameters
- giftCardOrder
See
LUGiftCardOrder
.
Discussion
Create and deliver the gift card represented in giftCardOrder
.
This request will charge the current user the amount in giftCardOrder
, and emails the gift card
to the recipient in giftCardOrder
.
Warning: This request requires an access token with the LUPermissionCreateOrders
permission.
Declared In
LUGiftCardOrderRequestFactory.h