Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 5.44 KB

createsweepconfig.md

File metadata and controls

25 lines (20 loc) · 5.44 KB

CreateSweepConfig

Example Usage

import { CreateSweepConfig } from "@moovio/sdk/models/components";

let value: CreateSweepConfig = {
  walletID: "1074be50-e277-470c-9c83-3151e1d9707b",
  status: "enabled",
  pushPaymentMethodID: "1eb98e74-40e7-4fa5-814f-33eec8a3191b",
  pullPaymentMethodID: "40cd26b8-15fa-44d7-9031-ebba56da725b",
};

Fields

Field Type Required Description
walletID string ✔️ N/A
status components.SweepConfigStatus ✔️ N/A
pushPaymentMethodID string ✔️ ID of the payment method.
pullPaymentMethodID string ✔️ ID of the payment method.
statementDescriptor string The text that appears on the banking statement. The default descriptor is a 10 character ID if an override is not set in the sweep configs statementDescriptor.
minimumBalance string N/A