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

Type declaration

  • Optional auctanePayInfo?: SE.AuctanePayInfo

    (Optional) AuctanePay Session info

  • billingInfo: SE.FundingSourceAddress

    Billing info used for the Funding Source

  • Optional creditCardInfo?: SE.CreditCardInfo

    (Optional) CreditCardIng used the funding source

  • fundingSourceId: string

    The ID of the Funding Source to be updated

Generated using TypeDoc