Inherits from LUAbstractPaymentMethod : LUAPIModel : NSObject
Declared in LUCarrierAccountPaymentMethod.h
LUCarrierAccountPaymentMethod.m

Overview

Represents a carrier account payment method for users who pay with their carrier bill.

Tasks

Properties

carrier

The carrier being billed, such as “Sprint”.

@property (nonatomic, copy, readonly) NSString *carrier

Discussion

The carrier being billed, such as “Sprint”.

Declared In

LUCarrierAccountPaymentMethod.h

last4Digits

The last 4 digits of the user’s phone number.

@property (nonatomic, copy, readonly) NSString *last4Digits

Discussion

The last 4 digits of the user’s phone number.

Declared In

LUCarrierAccountPaymentMethod.h