CreateFundingSource: {
    acceptedTerms: SE.Term[];
    agreeToTerms: boolean;
    billingInfo: SE.FundingSourceAddress;
    iovationBlackBox: IovationBlackBox;
    paymentMethod: {
        creditCardInfo: SE.CreditCardInfo;
    };
}

Type declaration

Generated using TypeDoc