NAME
Net::API::Stripe::Customer::TaxInfo - A Stripe Customer Tax Info (deprecated)
SYNOPSIS
VERSION
0.1
DESCRIPTION
The customer’s tax information. Appears on invoices emailed to this customer. This parameter has been deprecated and will be removed in a future API version, for further information view the migration guide (https://stripe.com/docs/billing/migration/taxes#moving-from-taxinfo-to-customer-tax-ids).
CONSTRUCTOR
- new( %ARG )
-
Creates a new
Net::API::Stripe
objects. It may also take an hash like arguments, that also are method of the same name.- verbose
-
Toggles verbose mode on/off
- debug
-
Toggles debug mode on/off
METHODS
- tax_id required
-
The customer’s tax ID number.
- type required
-
The type of ID number. The only possible value is vat
API SAMPLE
{
"id": "cus_G4gOz1jqVe40Bg",
"object": "customer",
"address": null,
"balance": 0,
"created": 1572264551,
"currency": "jpy",
"default_source": null,
"delinquent": false,
"description": "Customer for jenny.rosen@example.com",
"discount": null,
"email": null,
"invoice_prefix": "BC0DE60",
"invoice_settings": {
"custom_fields": null,
"default_payment_method": null,
"footer": null
},
"livemode": false,
"metadata": {},
"name": null,
"phone": null,
"preferred_locales": [],
"shipping": null,
"sources": {
"object": "list",
"data": [],
"has_more": false,
"url": "/v1/customers/cus_G4gOz1jqVe40Bg/sources"
},
"subscriptions": {
"object": "list",
"data": [],
"has_more": false,
"url": "/v1/customers/cus_G4gOz1jqVe40Bg/subscriptions"
},
"tax_exempt": "none",
"tax_ids": {
"object": "list",
"data": [],
"has_more": false,
"url": "/v1/customers/cus_G4gOz1jqVe40Bg/tax_ids"
},
"tax_info": null,
"tax_info_verification": null
}
HISTORY
v0.1
Initial version
AUTHOR
Jacques Deguest <jack@deguest.jp>
SEE ALSO
Stripe API documentation:
https://stripe.com/docs/api/customers/create, L<>https://stripe.com/docs/billing/migration/taxes#moving-from-taxinfo-to-customer-tax-ids
COPYRIGHT & LICENSE
Copyright (c) 2018-2019 DEGUEST Pte. Ltd.
You can use, copy, modify and redistribute this package and associated files under the same terms as Perl itself.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 67:
You forgot a '=back' before '=head1'
- Around line 144:
An empty L<>