UpdateFundingSourceData: {
    auctanePayInfo?: SE.AuctanePayInfo;
    bankAccountInfo?: SE.BankAccountInfo;
    billingInfo: SE.FundingSourceAddress;
    creditCardInfo?: SE.CreditCardInfo;
    fundingSourceId: string;
}

Type declaration

  • Optional auctanePayInfo?: SE.AuctanePayInfo

    (Optional) Auctane Pay Session info

  • Optional bankAccountInfo?: SE.BankAccountInfo

    (Optional) Bank Account used for the funding source

  • billingInfo: SE.FundingSourceAddress

    Billing info used for the Funding Source

  • Optional creditCardInfo?: SE.CreditCardInfo

    (Optional) Credit Card used to the funding source

  • fundingSourceId: string

    The ID of the Funding Source to be updated

Generated using TypeDoc