MockOrderPayment

Properties

Name Type Description
id faker.datatype.uuid()
payment_id this.id
order_id faker.datatype.uuid()
created_at faker.date.past().toString()
updated_at faker.date.past().toString()
method 'card'
cc_type 'visa'
cc_last4 faker.datatype.number({ min: 1000, max: 9999 }).toString()
cc_owner 'owner'
cc_exp_month 'month'
cc_exp_year 'year'
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.