Important Information;
When you complete your registration, the system generates a money order code for you. During your transaction, please enter this code in payment description to be confirmed your payment process more quickly.
Bank Account Information:
Banka: TURKIYE GARANTI BANKASI A.S
IBAN: TR97 0006 2000 3430 0009 0767 51 (USD Account)
Branch Code: 343
Account Number:
Swift Kodu: TGBATRISXXX
Ticket | Unit Price | Piece | Total Amount: |
---|---|---|---|
{{ item.title }} | {{ item.price.toFixed(2) }} {{ parseCurrency(item.currency) }} | {{ participants.filter(x => x.packetID == item.id).length }} | {{ (participants.filter(x => x.packetID == item.id).length * item.price).toFixed(2) }} {{ parseCurrency(item.currency) }} |
Subtotal: {{ calculateSubTotal.toFixed(2) }} {{ parseCurrency(packets[0].currency) }}
Discounts: {{ calculateDiscount.toFixed(2) }} {{ parseCurrency(packets[0].currency) }} (% {{ payment.discountRate }} Discount)
Tax: {{ calculateTaxes.toFixed(2) }} {{ parseCurrency(packets[0].currency) }} (%{{this.payment.taxRate}})
Overall Total: {{ calculateTotal.toFixed(2) }} {{ parseCurrency(packets[0].currency) }}