| Plan: | {{ vm.company.stripe.subscriptions.data[0].plan.name }} |
|---|---|
| Amount: | {{ vm.company.stripe.subscriptions.data[0].plan.amount/100 | currency: "$" }} |
| Frequency: | {{ vm.company.stripe.subscriptions.data[0].plan.interval | uppercase }} |
| Payment Method: | {{ vm.company.stripe.sources.data[0].brand }} ending in {{ vm.company.stripe.sources.data[0].last4 }} Expires on {{ vm.company.stripe.sources.data[0].exp_month }}/{{ vm.company.stripe.sources.data[0].exp_year }} Change Payment Method |
| # | Date | Amount Due | Amount Paid | |
|---|---|---|---|---|
| {{ invoice['number'] }} | {{ invoice['date'] }} | {{ invoice['amount_due'] | currency: "$" }} | {{ invoice['amount_paid'] | currency: "$" }} | |
| No invoices found | ||||