Skip to content

Commit

Permalink
Add Shipping data type
Browse files Browse the repository at this point in the history
  • Loading branch information
mglaman committed Jun 29, 2018
1 parent 52b0846 commit 402fcd3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/DataTypes/Shipping.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php

namespace CommerceGuys\AuthNet\DataTypes;

class Shipping extends BaseDataType
{

protected $propertyMap = [
'amount',
'name',
'description',
];
}

0 comments on commit 402fcd3

Please sign in to comment.