GitHub

DaffMagentoBillingAddressInputTransformer

import { DaffMagentoBillingAddressInputTransformer } from '@daffodil/cart/driver/magento'

@Injectable()
class DaffMagentoBillingAddressInputTransformer {
  transform(cartAddress: Partial<DaffCartAddress>): MagentoBillingAddressInput
}

() Methods

Parameters
ParametercartAddress: Partial<DaffCartAddress>
Description