DEV

Type.

PaymentsSettings

No description

Fields

createdAt

DateTime!

Required

When these paymentsSettings were created.

createdBy

String!

Required

The user who created these paymentsSettings.

dayOfWeek

Day

The day of the week payouts occur.

endOfDayBehavior

EndOfDayBehavior

Whether orders should be considered "end of day" for payout.

frequencyDays

Int

How often payouts occur, in days.

id

String

Deprecated

A unique identifier for the PaymentsSettings.

lcgBillingMethod

LcgBillingMethod

Specifies which system to use for billing Lcg Fees

minimum

Int

The minimum balance required to trigger a payout, in USD.

mode

Mode!

Required

Specifies whether the PaymentsSettings is in live or test mode.

orderCompleteBillingMethod

OrderCompleteBillingMethod

Specifies which system to use for billing order complete fees

orderTransactionBillingMethod

OrderTransactionBillingMethod

Specifies which system to use for billing order transaction fees

organization

String

The Organization associated with the PaymentsSettings.

updatedAt

DateTime!

Required

When these PaymentsSettings were most recently updated.

updatedBy

String!

Required

The user who most recently updated the PaymentsSettings.

Was this page helpful?