Class: Increase::Models::CardPurchaseSupplement::Shipping
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CardPurchaseSupplement::Shipping
- Defined in:
- lib/increase/models/card_purchase_supplement.rb
Overview
Instance Attribute Summary collapse
-
#customer_reference_number ⇒ String?
The customer reference number.
-
#destination_address ⇒ String?
Address of the destination.
-
#destination_country_code ⇒ String?
Country code of the destination.
-
#destination_postal_code ⇒ String?
Postal code of the destination.
-
#destination_receiver_name ⇒ String?
Name of the receiver at the destination.
-
#discount_amount ⇒ Integer?
Discount amount for the shipment.
-
#net_amount ⇒ Integer?
Net shipping amount.
-
#number_of_packages ⇒ Integer?
Number of packages shipped.
-
#origin_address ⇒ String?
Address of the origin.
-
#origin_country_code ⇒ String?
Country code of the origin.
-
#origin_postal_code ⇒ String?
Postal code of the origin.
-
#origin_sender_name ⇒ String?
Name of the sender at the origin.
-
#pick_up_date ⇒ Date?
Date the shipment should be picked up.
-
#service_description ⇒ String?
Description of the shipping service.
-
#service_level_code ⇒ String?
Service level code for the shipment.
-
#shipping_courier_name ⇒ String?
Name of the shipping courier.
-
#tax_amount ⇒ Integer?
Tax amount for the shipment.
-
#tracking_number ⇒ String?
Tracking number for the shipment.
-
#unit_of_measure ⇒ String?
Unit of measure for the shipment weight.
-
#weight ⇒ String?
Weight of the shipment.
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from Increase::Internal::Type::BaseModel
Instance Attribute Details
#customer_reference_number ⇒ String?
The customer reference number.
452 |
# File 'lib/increase/models/card_purchase_supplement.rb', line 452 required :customer_reference_number, String, nil?: true |
#destination_address ⇒ String?
Address of the destination.
458 |
# File 'lib/increase/models/card_purchase_supplement.rb', line 458 required :destination_address, String, nil?: true |
#destination_country_code ⇒ String?
Country code of the destination.
464 |
# File 'lib/increase/models/card_purchase_supplement.rb', line 464 required :destination_country_code, String, nil?: true |
#destination_postal_code ⇒ String?
Postal code of the destination.
470 |
# File 'lib/increase/models/card_purchase_supplement.rb', line 470 required :destination_postal_code, String, nil?: true |
#destination_receiver_name ⇒ String?
Name of the receiver at the destination.
476 |
# File 'lib/increase/models/card_purchase_supplement.rb', line 476 required :destination_receiver_name, String, nil?: true |
#discount_amount ⇒ Integer?
Discount amount for the shipment.
482 |
# File 'lib/increase/models/card_purchase_supplement.rb', line 482 required :discount_amount, Integer, nil?: true |
#net_amount ⇒ Integer?
Net shipping amount.
488 |
# File 'lib/increase/models/card_purchase_supplement.rb', line 488 required :net_amount, Integer, nil?: true |
#number_of_packages ⇒ Integer?
Number of packages shipped.
494 |
# File 'lib/increase/models/card_purchase_supplement.rb', line 494 required :number_of_packages, Integer, nil?: true |
#origin_address ⇒ String?
Address of the origin.
500 |
# File 'lib/increase/models/card_purchase_supplement.rb', line 500 required :origin_address, String, nil?: true |
#origin_country_code ⇒ String?
Country code of the origin.
506 |
# File 'lib/increase/models/card_purchase_supplement.rb', line 506 required :origin_country_code, String, nil?: true |
#origin_postal_code ⇒ String?
Postal code of the origin.
512 |
# File 'lib/increase/models/card_purchase_supplement.rb', line 512 required :origin_postal_code, String, nil?: true |
#origin_sender_name ⇒ String?
Name of the sender at the origin.
518 |
# File 'lib/increase/models/card_purchase_supplement.rb', line 518 required :origin_sender_name, String, nil?: true |
#pick_up_date ⇒ Date?
Date the shipment should be picked up.
524 |
# File 'lib/increase/models/card_purchase_supplement.rb', line 524 required :pick_up_date, Date, nil?: true |
#service_description ⇒ String?
Description of the shipping service.
530 |
# File 'lib/increase/models/card_purchase_supplement.rb', line 530 required :service_description, String, nil?: true |
#service_level_code ⇒ String?
Service level code for the shipment.
536 |
# File 'lib/increase/models/card_purchase_supplement.rb', line 536 required :service_level_code, String, nil?: true |
#shipping_courier_name ⇒ String?
Name of the shipping courier.
542 |
# File 'lib/increase/models/card_purchase_supplement.rb', line 542 required :shipping_courier_name, String, nil?: true |
#tax_amount ⇒ Integer?
Tax amount for the shipment.
548 |
# File 'lib/increase/models/card_purchase_supplement.rb', line 548 required :tax_amount, Integer, nil?: true |
#tracking_number ⇒ String?
Tracking number for the shipment.
554 |
# File 'lib/increase/models/card_purchase_supplement.rb', line 554 required :tracking_number, String, nil?: true |
#unit_of_measure ⇒ String?
Unit of measure for the shipment weight.
560 |
# File 'lib/increase/models/card_purchase_supplement.rb', line 560 required :unit_of_measure, String, nil?: true |
#weight ⇒ String?
Weight of the shipment.
566 |
# File 'lib/increase/models/card_purchase_supplement.rb', line 566 required :weight, String, nil?: true |