Create Card Payment Method Request
constructor(type: FrameObjects.PaymentMethodType = FrameObjects.PaymentMethodType.CARD, cardNumber: String, expMonth: String, expYear: String, cvc: String, customer: String? = null, account: String? = null, billing: FrameObjects.BillingAddress? = null)