ShippingName

@objc(PPCPurchaseUnitShippingName)
@objcMembers
class ShippingName
extension PurchaseUnit.ShippingName : CVarArg, CustomDebugStringConvertible, CustomStringConvertible, Decodable, Encodable, Equatable, Hashable, NSObjectProtocol

The name of the person to whom to ship the items. Supports only the full_name property.

  • When the party is a person, the party’s full name. Maximum length: 300.

    Declaration

    Swift

    let fullName: String?
  • Creates a new instance by decoding from the given decoder.

    This initializer throws an error if reading from the decoder fails, or if the data read is corrupted or otherwise invalid.

    Declaration

    Swift

    init(from decoder: Decoder) throws
  • Undocumented

    Declaration

    Swift

    init(fullName: String? = nil)