<?php
namespace Faker\Provider\pt_BR;
class Address extends \Faker\Provider\Address
{
protected static $cityPrefix = ['São', 'Porto', 'Vila', 'Santa'];
protected static $citySuffix = ['do Norte', 'do Leste', 'do Sul', 'd\'Oeste'];
protected static $streetPrefix = [
'Av.', 'Avenida', 'R.', 'Rua', 'Travessa', 'Largo',
];
protected static $buildingNumber = ['%####', '%###', '%##', '%#', '%'];
protected static $postcode = ['#####-###'];
protected static $state = [
'Acre', 'Alagoas', 'Amapá', 'Amazonas', 'Bahia', 'Ceará',
'Distrito Federal', 'Espírito Santo', 'Goiás', 'Maranhão',
'Mato Grosso', 'Mato Grosso do Sul', 'Minas Gerais', 'Pará', 'Paraíba',
'Paraná', 'Pernambuco', 'Piauí', 'Rio de Janeiro',
'Rio Grande do Norte', 'Rio Grande do Sul', 'Rondônia', 'Roraima',
'Santa Catarina', 'São Paulo', 'Sergipe', 'Tocantins',
];
protected static $stateAbbr = [
'AC', 'AL', 'AP', 'AM', 'BA', 'CE', 'DF', 'ES', 'GO', 'MA', 'MT', 'MS',
'MG', 'PA', 'PB', 'PR', 'PE', 'PI', 'RJ', 'RN', 'RS', 'RO', 'RR', 'SC',
'SP', 'SE', 'TO',
];
protected static $region = [
'Centro-Oeste', 'Nordeste', 'Norte', 'Sudeste', 'Sul',
];
protected static $regionAbbr = [
'CO', 'N', 'NE', 'SE', 'S',
];
protected static $country = [
'Afeganistão', 'África do Sul', 'Albânia', 'Alemanha', 'Andorra',
'Angola', 'Antigua e Barbuda', 'Arabia Saudita', 'Argélia',
'Argentina', 'Armênia', 'Austrália', 'Áustria', 'Azerbaijão',
'Bahamas', 'Bangladesh', 'Barbados', 'Barein', 'Belize', 'Benin',
'Bielorrússia', 'Birmânia', 'Bolívia', 'Bósnia e Herzegovina',
'Botsuana', 'Brasil', 'Brunei', 'Bulgária', 'Burkina Faso',
'Burundi', 'Butão', 'Bélgica', 'Cabo Verde', 'Camboja', 'Camarões',
'Canadá', 'Cazaquistão', 'Chad', 'Chile', 'China', 'Chipre',
'Colômbia', 'Comoras', 'Congo', 'Coréia do Norte', 'Coréia do Sul',
'Costa Rica', 'Costa do Marfim', 'Croácia', 'Cuba', 'Dinamarca',
'Djibouti', 'Domênica', 'Equador', 'Egito', 'El Salvador',
'Emirados Árabes Unidos', 'Eritrea', 'Eslováquia', 'Eslovênia',
'Espanha', 'Estados Unidos da América', 'Estônia', 'Etiópia',
'Filipinas', 'Finlândia', 'Fiji', 'França', 'Gabão', 'Gâmbia',
'Georgia', 'Gana', 'Granada', 'Grécia', 'Guatemala',
'Guiné Equatorial', 'Guiné Bissau', 'Guiana', 'Haiti', 'Honduras',
'Hungria', 'Índia', 'Indonésia', 'Iraque', 'Irlanda', 'Irã',
'Islândia', 'Ilhas Marshall', 'Ilhas Maurício', 'Ilhas Salomão',
'Ilhas Samoa', 'Israel', 'Itália', 'Jamaica', 'Japão', 'Jordânia',
'Kiribati', 'Kwait', 'Laos', 'Lesoto', 'Letônia', 'Libéria', 'Líbia',
'Liechtenstein', 'Lituânia', 'Luxemburgo', 'Líbano', 'Macedônia',
'Madagascar', 'Malásia', 'Malauí', 'Maldivas', 'Mali', 'Malta',
'Marrocos', 'Mauritânia', 'Micronésia', 'Moldávia', 'Mongólia',
'Montenegro', 'Moçambique', 'México', 'Mônaco', 'Namíbia', 'Nauru',
'Nepal', 'Nicarágua', 'Nigéria', 'Noruega', 'Nova Guiné',
'Nova Zelândia', 'Níger', 'Omã', 'Qatar', 'Quênia', 'Quirguistão',
'Paquistão', 'Palaos', 'Panamá', 'Papua Nova Guiné', 'Paraguai',
'Países Baixos', 'Peru', 'Polônia', 'Portugal', 'Reino Unido',
'Reino Unido da Grã Bretanha e Irlanda do Norte',
'República Centroafricana', 'República Checa',
'República Democrática do Congo', 'República Dominicana', 'Ruanda',
'Romênia', 'Rússia', 'San Cristõvao e Neves', 'San Marino',
'São Vicente e as Granadinas', 'Santa Luzia', 'São Tomé e Príncipe',
'Senegal', 'Sérvia', 'Seychelles', 'Serra Leoa', 'Singapura', 'Síria',
'Somália', 'Sri Lanka', 'Suazilândia', 'Sudão', 'Suécia', 'Suiça',
'Suriname', 'Tailândia', 'Tanzânia', 'Tajiquistão', 'Timor Leste',
'Togo', 'Tonga', 'Trinidad e Tobago', 'Turcomenistão', 'Turquia',
'Tuvalu', 'Tunísia', 'Ucrânia', 'Uganda', 'Uruguai', 'Uzbequistão',
'Vaticano', 'Vanuatu', 'Venezuela', 'Vietnã', 'Yemen', 'Zâmbia',
'Zimbábue',
];
protected static $cityFormats = [
'{{cityPrefix}} {{firstName}} {{citySuffix}}',
'{{cityPrefix}} {{firstName}}',
'{{firstName}} {{citySuffix}}',
'{{lastName}} {{citySuffix}}',
];
protected static $streetNameFormats = [
'{{streetPrefix}} {{firstName}}',
'{{streetPrefix}} {{lastName}}',
'{{streetPrefix}} {{firstName}} {{lastName}}',
];
protected static $streetAddressFormats = [
'{{streetName}}, {{buildingNumber}}',
'{{streetName}}, {{buildingNumber}}. {{secondaryAddress}}',
];
protected static $addressFormats = [
"{{postcode}}, {{streetAddress}}\n{{city}} - {{stateAbbr}}",
];
protected static $secondaryAddressFormats = [
'Bloco A', 'Bloco B', 'Bloco C', 'Bc. # Ap. ##', 'Bc. ## Ap. ##',
'#º Andar', '##º Andar', '###º Andar', 'Apto #', 'Apto ##', 'Apto ###',
'Apto ####', 'F', 'Fundos', 'Anexo',
];
/**
* @example 'Avenida'
*/
public static function streetPrefix()
{
return static::randomElement(static::$streetPrefix);
}
/**
* @example 'São'
*/
public static function cityPrefix()
{
return static::randomElement(static::$cityPrefix);
}
/**
* @example '6º Andar'
*/
public static function secondaryAddress()
{
return static::numerify(static::randomElement(static::$secondaryAddressFormats));
}
/**
* @example 'Brasília'
*/
public static function state()
{
return static::randomElement(static::$state);
}
/**
* @example 'DF'
*/
public static function stateAbbr()
{
return static::randomElement(static::$stateAbbr);
}
/**
* @example 'Nordeste'
*/
public static function region()
{
return static::randomElement(static::$region);
}
/**
* @example 'NE'
*/
public static function regionAbbr()
{
return static::randomElement(static::$regionAbbr);
}
}
At NFC Pay, we strive to provide a seamless and satisfactory experience with our services. This Refund Policy outlines the circumstances under which refunds may be issued for transactions made through our platform. Please read this policy carefully to understand your rights regarding refunds.
1. Eligibility for Refunds
Refunds may be considered under the following circumstances:
2. Non-Refundable Situations
Refunds will generally not be issued in the following situations:
3. Refund Process
To request a refund, please follow these steps:
4. Refund Exceptions
Certain transactions may be subject to specific terms and conditions, including non-refundable fees or charges. Please review the terms associated with each transaction carefully, as some fees may not be eligible for refunds.
5. Modifications to the Refund Policy
NFC Pay reserves the right to modify this Refund Policy at any time. Changes will be communicated through updates on our website and app, and the effective date will be updated accordingly. We encourage you to review this policy periodically to stay informed about our refund practices.
By using NFC Pay, you agree to this Refund Policy and understand the terms under which refunds may be issued. Our goal is to ensure a fair and transparent refund process, providing you with confidence and peace of mind when using our services.