module:models/PaymentSetupResponseCgen()

new module:models/PaymentSetupResponseCgen()

This class subject to change without prior notice, Please dont use this class directly.

Constructs a new PaymentSetupResponseCgen.

Members

static, readonly PaymentMethodEnum :String

Allowed values for the payment_method property.

Properties:
Name Type Description
ach String

value: "ach"

check String

value: "check"

visa_debit String

value: "visa_debit"

pinless_debit String

value: "pinless_debit"

master_debit String

value: "master_debit"

amex_credit String

value: "amex_credit"

discover_credit String

value: "discover_credit"

visa_credit String

value: "visa_credit"

master_credit String

value: "master_credit"

cash String

value: "cash"

discover_debit String

value: "discover_debit"

static, readonly PaymentSetupScheduleTypeEnum :String

Allowed values for the payment_setup_schedule_type property.

Properties:
Name Type Description
variable_recurring_enrollment String

value: "variable_recurring_enrollment"

autopay_enrollment String

value: "autopay_enrollment"

payment_plan String

value: "payment_plan"

static, readonly StatusEnum :String

Allowed values for the status property.

Properties:
Name Type Description
scheduled String

value: "scheduled"

cancelled String

value: "cancelled"

processing String

value: "processing"

processed String

value: "processed"

returned String

value: "returned"

declined String

value: "declined"

disputed String

value: "disputed"

refunded String

value: "refunded"

inner amount :String

The amount being paid. In case the payment_amount_type is 'discounted_amount', 'penalty_amount' or 'other', the amount needs to be specified. In other cases, this is derived from the payment_amount_type.

inner audit_info :module:models/AuditInfoVo

inner card_cvv_number :String

This is never returned by Orbipay. This needs to be passed to Orbipay when making or editing a payment setup with a card funding account.

inner comments :String

Comments that can be used to recollect the operation performed on the resource object. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (Orbipay) is not responsible for the security of any sensitive information that may be passed as part of the memo.

inner confirmation_number :String

The confirmation number or reference provided to the customer for the payment setup.

inner currency_code3d :String

The three-letter currency code in the ISO4217 format, in uppercase, for the card account. It must be a currency supported by Orbipay. This defaults to USD.

inner custom_fields :Object.<String, String>

The additional information or meta-information that Orbipay can accept, maintain and transmit back to the client. The custom fields need to be configured with Orbipay before they can be accepted. Orbipay would reject custom fields that are not pre-configured. Please contact <a href = "mailto: support@billerpayments.com">support@billerpayments.com for more information on configuring and using custom fields. Only the custom fields enabled for the client, in Orbipay, would be accepted in the requests.

inner customer :module:models/CustomerSnapshotResponse

inner customer_account :module:models/CustomerAccountSnapshotResponse

inner deleted :String

The status of payment which says whether the payment is deleted or not

inner fee :module:models/FeeResponse

inner funding_account :module:models/FundingAccountSnapshotResponse

inner id :String

The unique identifier assigned by Orbipay to the payment setup.

inner next_payment_date :String

The date on which the payment is scheduled to be made. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.

inner payment_method :module:models/PaymentSetupResponseCgen.PaymentMethodEnum

The fulfillment method for the payment.

inner payment_network_response :module:models/PaymentNetworkResponseVo

inner payment_schedule :module:models/PaymentScheduleVo

inner payment_setup_entry_date :String

The date on which the payment setup is captured in Orbipay. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.

inner payment_setup_reference :String

The unique identifier in the client system for the payment setup.

inner payment_setup_schedule_type :module:models/PaymentSetupResponseCgen.PaymentSetupScheduleTypeEnum

The schedule type for the payment setup.

inner status :module:models/PaymentSetupResponseCgen.StatusEnum

The status of the payment.

inner url :String

This URL fetches the details of payment setup.

Methods

static constructFromObject(data, obj) → {module:models/PaymentSetupResponseCgen}

Constructs a PaymentSetupResponseCgen from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:models/PaymentSetupResponseCgen

Optional instance to populate.

Returns:
module:models/PaymentSetupResponseCgen -

The populated PaymentSetupResponseCgen instance.